Class: BerkeleyLibrary::Util::ODS::XML::LOExt::TableProtection

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

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:) ⇒ TableProtection

Returns a new instance of TableProtection.



9
10
11
12
13
# File 'lib/berkeley_library/util/ods/xml/loext/table_protection.rb', line 9

def initialize(doc:)
  super(:loext, 'table-protection', doc: doc)

  set_default_attributes!
end