class MoneyS3::Parsers::Eshop2

Public Instance Methods

in_changed() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 14
def in_changed
  at 'IN_Changed'
end
in_changed_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 18
def in_changed_attributes
  attributes_at 'IN_Changed'
end
in_d_skup() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 54
def in_d_skup
  at 'IN_DSkup'
end
in_d_skup_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 58
def in_d_skup_attributes
  attributes_at 'IN_DSkup'
end
in_d_skup_zkratka() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 78
def in_d_skup_zkratka
  at 'IN_DSkupZkratka'
end
in_d_skup_zkratka_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 82
def in_d_skup_zkratka_attributes
  attributes_at 'IN_DSkupZkratka'
end
in_dealer() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 46
def in_dealer
  at 'IN_Dealer'
end
in_dealer_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 50
def in_dealer_attributes
  attributes_at 'IN_Dealer'
end
in_export() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 6
def in_export
  at 'IN_Export'
end
in_export_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 10
def in_export_attributes
  attributes_at 'IN_Export'
end
in_heslo() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 38
def in_heslo
  at 'IN_Heslo'
end
in_heslo_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 42
def in_heslo_attributes
  attributes_at 'IN_Heslo'
end
in_id() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 22
def in_id
  at 'IN_Id'
end
in_id_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 26
def in_id_attributes
  attributes_at 'IN_Id'
end
in_ind_slev() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 62
def in_ind_slev
  at 'IN_IndSlev'
end
in_ind_slev_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 66
def in_ind_slev_attributes
  attributes_at 'IN_IndSlev'
end
in_jmeno() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 30
def in_jmeno
  at 'IN_Jmeno'
end
in_jmeno_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 34
def in_jmeno_attributes
  attributes_at 'IN_Jmeno'
end
in_soukrom() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 70
def in_soukrom
  at 'IN_Soukrom'
end
in_soukrom_attributes() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 74
def in_soukrom_attributes
  attributes_at 'IN_Soukrom'
end
to_h() click to toggle source
# File lib/money_s3/parsers/eshop2.rb, line 86
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:in_export] = in_export if has? 'IN_Export'
  hash[:in_export_attributes] = in_export_attributes if has? 'IN_Export'
  hash[:in_changed] = in_changed if has? 'IN_Changed'
  hash[:in_changed_attributes] = in_changed_attributes if has? 'IN_Changed'
  hash[:in_id] = in_id if has? 'IN_Id'
  hash[:in_id_attributes] = in_id_attributes if has? 'IN_Id'
  hash[:in_jmeno] = in_jmeno if has? 'IN_Jmeno'
  hash[:in_jmeno_attributes] = in_jmeno_attributes if has? 'IN_Jmeno'
  hash[:in_heslo] = in_heslo if has? 'IN_Heslo'
  hash[:in_heslo_attributes] = in_heslo_attributes if has? 'IN_Heslo'
  hash[:in_dealer] = in_dealer if has? 'IN_Dealer'
  hash[:in_dealer_attributes] = in_dealer_attributes if has? 'IN_Dealer'
  hash[:in_d_skup] = in_d_skup if has? 'IN_DSkup'
  hash[:in_d_skup_attributes] = in_d_skup_attributes if has? 'IN_DSkup'
  hash[:in_ind_slev] = in_ind_slev if has? 'IN_IndSlev'
  hash[:in_ind_slev_attributes] = in_ind_slev_attributes if has? 'IN_IndSlev'
  hash[:in_soukrom] = in_soukrom if has? 'IN_Soukrom'
  hash[:in_soukrom_attributes] = in_soukrom_attributes if has? 'IN_Soukrom'
  hash[:in_d_skup_zkratka] = in_d_skup_zkratka if has? 'IN_DSkupZkratka'
  hash[:in_d_skup_zkratka_attributes] = in_d_skup_zkratka_attributes if has? 'IN_DSkupZkratka'

  hash
end