class Pohoda::Parsers::Ftr::RequestVoucherType
Public Instance Methods
to_h()
click to toggle source
# File lib/pohoda/parsers/ftr/request_voucher_type.rb, line 8 def to_h hash = {} hash[:attributes] = attributes mega.inject(hash) { |memo, r| memo.merge r } end