class MoneyS3::Parsers::SeznamVazeb

Public Instance Methods

to_h() click to toggle source
# File lib/money_s3/parsers/seznam_vazeb.rb, line 10
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:vazba] = vazba.to_h if has? 'Vazba'

  hash
end
vazba() click to toggle source
# File lib/money_s3/parsers/seznam_vazeb.rb, line 6
def vazba
  submodel_at(VazbaType, 'Vazba')
end