Class: BerkeleyLibrary::Util::ODS::XML::Text::S

Inherits:
ElementNode
  • Object
show all
Defined in:
lib/berkeley_library/util/ods/xml/text/p.rb

Overview


Helper classes

Instance Attribute Summary

Attributes inherited from ElementNode

#doc, #element_name, #namespace

Instance Method Summary collapse

Methods inherited from ElementNode

#add_child, #attributes, #children, #clear_attribute, #create_element, #element, #ensure_element!, #prefix, #prefixed_attr_name, #set_attribute

Constructor Details

#initialize(doc:) ⇒ S

Returns a new instance of S.



98
99
100
# File 'lib/berkeley_library/util/ods/xml/text/p.rb', line 98

def initialize(doc:)
  super(:text, 's', doc: doc)
end