Class: OpenXml::Pptx::Properties::SimplePropertyContainerProperty

Inherits:
SimpleBooleanProperty
  • Object
show all
Includes:
ContainsProperties
Defined in:
lib/openxml/pptx/properties/simple_property_container_property.rb

Instance Method Summary collapse

Methods inherited from SimpleBooleanProperty

#to_xml

Constructor Details

#initialize(*_args) ⇒ SimplePropertyContainerProperty

Returns a new instance of SimplePropertyContainerProperty.



7
8
9
# File 'lib/openxml/pptx/properties/simple_property_container_property.rb', line 7

def initialize(*_args)
  super(true)
end