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