class Pohoda::Parsers::SEET::SendEETType

Public Instance Methods

record() click to toggle source
# File lib/pohoda/parsers/seet/send_eet_type.rb, line 7
def record
  submodel_at(SEET::RecordSendEETType, 'sEET:record')
end
to_h() click to toggle source
# File lib/pohoda/parsers/seet/send_eet_type.rb, line 11
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:record] = record.to_h if has? 'sEET:record'

  hash
end