Class: OoxmlParser::OldDocxGroupElement

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#objectObject

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

#typeObject

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