Method: Odf::Component::Abstract#content

Defined in:
lib/odf/component/abstract.rb

#contentObject

Raises:

  • (NotImplementedError)


10
11
12
# File 'lib/odf/component/abstract.rb', line 10

def content
  raise NotImplementedError.new('Subclasess should implement this method!')
end