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