class MoneyS3::Parsers::KurzType

Public Instance Methods

banka() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 6
def banka
  at 'Banka'
end
banka_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 10
def banka_attributes
  attributes_at 'Banka'
end
datum() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 14
def datum
  at 'Datum'
end
datum_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 18
def datum_attributes
  attributes_at 'Datum'
end
devizy_nakup() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 54
def devizy_nakup
  at 'DevizyNakup'
end
devizy_nakup_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 58
def devizy_nakup_attributes
  attributes_at 'DevizyNakup'
end
devizy_prodej() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 62
def devizy_prodej
  at 'DevizyProdej'
end
devizy_prodej_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 66
def devizy_prodej_attributes
  attributes_at 'DevizyProdej'
end
kod() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 22
def kod
  at 'Kod'
end
kod_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 26
def kod_attributes
  attributes_at 'Kod'
end
mnozstvi() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 38
def mnozstvi
  at 'Mnozstvi'
end
mnozstvi_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 42
def mnozstvi_attributes
  attributes_at 'Mnozstvi'
end
nb_stred() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 46
def nb_stred
  at 'NBStred'
end
nb_stred_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 50
def nb_stred_attributes
  attributes_at 'NBStred'
end
to_h() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 86
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:banka] = banka if has? 'Banka'
  hash[:banka_attributes] = banka_attributes if has? 'Banka'
  hash[:datum] = datum if has? 'Datum'
  hash[:datum_attributes] = datum_attributes if has? 'Datum'
  hash[:kod] = kod if has? 'Kod'
  hash[:kod_attributes] = kod_attributes if has? 'Kod'
  hash[:zeme] = zeme if has? 'Zeme'
  hash[:zeme_attributes] = zeme_attributes if has? 'Zeme'
  hash[:mnozstvi] = mnozstvi if has? 'Mnozstvi'
  hash[:mnozstvi_attributes] = mnozstvi_attributes if has? 'Mnozstvi'
  hash[:nb_stred] = nb_stred if has? 'NBStred'
  hash[:nb_stred_attributes] = nb_stred_attributes if has? 'NBStred'
  hash[:devizy_nakup] = devizy_nakup if has? 'DevizyNakup'
  hash[:devizy_nakup_attributes] = devizy_nakup_attributes if has? 'DevizyNakup'
  hash[:devizy_prodej] = devizy_prodej if has? 'DevizyProdej'
  hash[:devizy_prodej_attributes] = devizy_prodej_attributes if has? 'DevizyProdej'
  hash[:valuty_nakup] = valuty_nakup if has? 'ValutyNakup'
  hash[:valuty_nakup_attributes] = valuty_nakup_attributes if has? 'ValutyNakup'
  hash[:valuty_prodej] = valuty_prodej if has? 'ValutyProdej'
  hash[:valuty_prodej_attributes] = valuty_prodej_attributes if has? 'ValutyProdej'

  hash
end
valuty_nakup() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 70
def valuty_nakup
  at 'ValutyNakup'
end
valuty_nakup_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 74
def valuty_nakup_attributes
  attributes_at 'ValutyNakup'
end
valuty_prodej() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 78
def valuty_prodej
  at 'ValutyProdej'
end
valuty_prodej_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 82
def valuty_prodej_attributes
  attributes_at 'ValutyProdej'
end
zeme() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 30
def zeme
  at 'Zeme'
end
zeme_attributes() click to toggle source
# File lib/money_s3/parsers/kurz_type.rb, line 34
def zeme_attributes
  attributes_at 'Zeme'
end