Class: OoxmlParser::DocxGroupElement
- Inherits:
-
Object
- Object
- OoxmlParser::DocxGroupElement
- Defined in:
- lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/group/docx_group_element.rb
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) ⇒ DocxGroupElement
constructor
A new instance of DocxGroupElement.
Constructor Details
#initialize(type = nil) ⇒ DocxGroupElement
Returns a new instance of DocxGroupElement.
6 7 8 |
# File 'lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/group/docx_group_element.rb', line 6 def initialize(type = nil) @type = type end |
Instance Attribute Details
#object ⇒ Object
Returns the value of attribute object.
4 5 6 |
# File 'lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/group/docx_group_element.rb', line 4 def object @object end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/group/docx_group_element.rb', line 4 def type @type end |