class Pohoda::Parsers::Lst::ListAccountType
Public Instance Methods
item_account()
click to toggle source
# File lib/pohoda/parsers/lst/list_account_type.rb, line 7 def item_account at 'lst:itemAccount' end
item_account_attributes()
click to toggle source
# File lib/pohoda/parsers/lst/list_account_type.rb, line 11 def item_account_attributes attributes_at 'lst:itemAccount' end
to_h()
click to toggle source
Calls superclass method
# File lib/pohoda/parsers/lst/list_account_type.rb, line 15 def to_h hash = {} hash[:attributes] = attributes hash[:item_account] = item_account if has? 'lst:itemAccount' hash[:item_account_attributes] = item_account_attributes if has? 'lst:itemAccount' hash super.merge(hash) end