Method: FE::Document::OtherText#initialize

Defined in:
lib/facturacr/document/other_text.rb

#initialize(args = {}) ⇒ OtherText

Returns a new instance of OtherText.



8
9
10
11
# File 'lib/facturacr/document/other_text.rb', line 8

def initialize(args={})
  @xml_attributes = args[:xml_attributes] || {}
  @content = args[:content]
end