Class: OoxmlParser::OldDocxGroupElement
- Inherits:
-
Object
- Object
- OoxmlParser::OldDocxGroupElement
- Defined in:
- lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
Overview
Fallback DOCX group element data
Instance Attribute Summary collapse
-
#object ⇒ Object
Returns the value of attribute object.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil) ⇒ OldDocxGroupElement
constructor
A new instance of OldDocxGroupElement.
Constructor Details
#initialize(type = nil) ⇒ OldDocxGroupElement
Returns a new instance of OldDocxGroupElement.
8 9 10 |
# File 'lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb', line 8 def initialize(type = nil) @type = type end |
Instance Attribute Details
#object ⇒ Object
Returns the value of attribute object.
6 7 8 |
# File 'lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb', line 6 def object @object end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb', line 6 def type @type end |