class MoneyS3::Parsers::Doklad

Public Instance Methods

cislo() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 14
def cislo
  at 'Cislo'
end
cislo_attributes() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 18
def cislo_attributes
  attributes_at 'Cislo'
end
dat_uc_pr() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 54
def dat_uc_pr
  at 'DatUcPr'
end
dat_uc_pr_attributes() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 58
def dat_uc_pr_attributes
  attributes_at 'DatUcPr'
end
druh() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 6
def druh
  at 'Druh'
end
druh_attributes() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 10
def druh_attributes
  attributes_at 'Druh'
end
guid() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 22
def guid
  at 'GUID'
end
guid_attributes() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 26
def guid_attributes
  attributes_at 'GUID'
end
plneno_dph() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 62
def plneno_dph
  at 'PlnenoDPH'
end
plneno_dph_attributes() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 66
def plneno_dph_attributes
  attributes_at 'PlnenoDPH'
end
prijat_dokl() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 30
def prijat_dokl
  at 'PrijatDokl'
end
prijat_dokl_attributes() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 34
def prijat_dokl_attributes
  attributes_at 'PrijatDokl'
end
to_h() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 70
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:druh] = druh if has? 'Druh'
  hash[:druh_attributes] = druh_attributes if has? 'Druh'
  hash[:cislo] = cislo if has? 'Cislo'
  hash[:cislo_attributes] = cislo_attributes if has? 'Cislo'
  hash[:guid] = guid if has? 'GUID'
  hash[:guid_attributes] = guid_attributes if has? 'GUID'
  hash[:prijat_dokl] = prijat_dokl if has? 'PrijatDokl'
  hash[:prijat_dokl_attributes] = prijat_dokl_attributes if has? 'PrijatDokl'
  hash[:var_symbol] = var_symbol if has? 'VarSymbol'
  hash[:var_symbol_attributes] = var_symbol_attributes if has? 'VarSymbol'
  hash[:vystaveno] = vystaveno if has? 'Vystaveno'
  hash[:vystaveno_attributes] = vystaveno_attributes if has? 'Vystaveno'
  hash[:dat_uc_pr] = dat_uc_pr if has? 'DatUcPr'
  hash[:dat_uc_pr_attributes] = dat_uc_pr_attributes if has? 'DatUcPr'
  hash[:plneno_dph] = plneno_dph if has? 'PlnenoDPH'
  hash[:plneno_dph_attributes] = plneno_dph_attributes if has? 'PlnenoDPH'

  hash
end
var_symbol() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 38
def var_symbol
  at 'VarSymbol'
end
var_symbol_attributes() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 42
def var_symbol_attributes
  attributes_at 'VarSymbol'
end
vystaveno() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 46
def vystaveno
  at 'Vystaveno'
end
vystaveno_attributes() click to toggle source
# File lib/money_s3/parsers/doklad.rb, line 50
def vystaveno_attributes
  attributes_at 'Vystaveno'
end