class OoxmlParser::OldDocxGroupElement

Fallback DOCX group element data

Attributes

object[RW]
type[RW]

Public Class Methods

new(type = nil) click to toggle source
# 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