From 8cf0296bbc16e8eb535e9af932eed2557d5e66d2 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 1 Dec 2011 14:11:42 +0900 Subject: removing generated yard docs from repository --- doc/Axlsx/ContentType.html | 329 --------------------------------------------- 1 file changed, 329 deletions(-) delete mode 100644 doc/Axlsx/ContentType.html (limited to 'doc/Axlsx/ContentType.html') diff --git a/doc/Axlsx/ContentType.html b/doc/Axlsx/ContentType.html deleted file mode 100644 index aad3a085..00000000 --- a/doc/Axlsx/ContentType.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - Class: Axlsx::ContentType - - — AXLSX - - - - - - - - - - - - - - - - - - - - - - -

Class: Axlsx::ContentType - - - -

- -
- -
Inherits:
-
- SimpleTypedList - - - show all - -
- - - - - - - - - -
Defined in:
-
lib/axlsx/content_type/content_type.rb
- -
-
- -

Overview

-
- -

ContentTypes used in the package. This is automatcially managed by the -package package.

- - -
-
-
- - -
- - - - - - - - - - -

Instance Attribute Summary

- -

Attributes inherited from SimpleTypedList

-

allowed_types, locked_at, serialize_as

- - - -

- Instance Method Summary - (collapse) -

- - - - - - - - - -
-

Constructor Details

- -
-

- - - (ContentType) initialize - - - -

-
- -

A new instance of ContentType

- - -
-
-
- - -
- - - - -
-
-
-
-8
-9
-10
-
-
# File 'lib/axlsx/content_type/content_type.rb', line 8
-
-def initialize
-  super [Override, Default]
-end
-
-
-
- -
-
-

Dynamic Method Handling

-

- This class handles dynamic methods through the method_missing method - - in the class Axlsx::SimpleTypedList - -

- -
- - -
-

Instance Method Details

- - -
-

- - - (String) to_xml - - - -

-
- -

Generates the xml document for [Content_Types].xml

- - -
-
-
- -

Returns:

-
    - -
  • - - - (String) - - - - — -
    -

    The document as a string.

    -
    - -
  • - -
- -
- - - - -
-
-
-
-14
-15
-16
-17
-18
-19
-20
-21
-
-
# File 'lib/axlsx/content_type/content_type.rb', line 14
-
-def to_xml()
-  builder = Nokogiri::XML::Builder.new(:encoding => ENCODING) do |xml|
-    xml.Types(:xmlns => Axlsx::XML_NS_T) {
-      each { |type| type.to_xml(xml) }
-    }
-  end
-  builder.to_xml
-end
-
-
-
- -
- -
- - - - - \ No newline at end of file -- cgit v1.2.3