Class: MoneyS3::Parsers::MsgFaktPolozType

Inherits:
MessageType
  • Object
show all
Includes:
ParserCore::BaseParser
Defined in:
lib/money_s3/parsers/msg_fakt_poloz_type.rb

Instance Method Summary collapse

Methods inherited from MessageType

#data, #data_attributes, #error_info, #reference, #status, #status_attributes

Instance Method Details

#skl_polozkaObject



6
7
8
# File 'lib/money_s3/parsers/msg_fakt_poloz_type.rb', line 6

def skl_polozka
  submodel_at(MsgPolozType, 'SklPolozka')
end

#to_hObject



10
11
12
13
14
15
16
17
18
# File 'lib/money_s3/parsers/msg_fakt_poloz_type.rb', line 10

def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:skl_polozka] = skl_polozka.to_h if has? 'SklPolozka'

  hash
  super.merge(hash)
end