class MoneyS3::Parsers::Konfigurace

Public Instance Methods

cinnosti() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 14
def cinnosti
  at 'Cinnosti'
end
cinnosti_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 18
def cinnosti_attributes
  attributes_at 'Cinnosti'
end
druh_zas() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 6
def druh_zas
  at 'Druh_zas'
end
druh_zas_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 10
def druh_zas_attributes
  attributes_at 'Druh_zas'
end
ev_max() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 70
def ev_max
  at 'Ev_Max'
end
ev_max_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 74
def ev_max_attributes
  attributes_at 'Ev_Max'
end
ev_min() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 62
def ev_min
  at 'Ev_Min'
end
ev_min_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 66
def ev_min_attributes
  attributes_at 'Ev_Min'
end
maximum() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 86
def maximum
  at 'Maximum'
end
maximum_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 90
def maximum_attributes
  attributes_at 'Maximum'
end
minimum() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 78
def minimum
  at 'Minimum'
end
minimum_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 82
def minimum_attributes
  attributes_at 'Minimum'
end
rezim_eet() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 38
def rezim_eet
  at 'RezimEET'
end
rezim_eet_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 42
def rezim_eet_attributes
  attributes_at 'RezimEET'
end
sdph_nakup() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 46
def sdph_nakup
  at 'SDPH_Nakup'
end
sdph_nakup_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 50
def sdph_nakup_attributes
  attributes_at 'SDPH_Nakup'
end
sdph_prod() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 54
def sdph_prod
  at 'SDPH_Prod'
end
sdph_prod_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 58
def sdph_prod_attributes
  attributes_at 'SDPH_Prod'
end
to_h() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 126
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:druh_zas] = druh_zas if has? 'Druh_zas'
  hash[:druh_zas_attributes] = druh_zas_attributes if has? 'Druh_zas'
  hash[:cinnosti] = cinnosti if has? 'Cinnosti'
  hash[:cinnosti_attributes] = cinnosti_attributes if has? 'Cinnosti'
  hash[:zvl_rezim] = zvl_rezim if has? 'ZvlRezim'
  hash[:zvl_rezim_attributes] = zvl_rezim_attributes if has? 'ZvlRezim'
  hash[:zvl_dph] = zvl_dph if has? 'ZvlDPH'
  hash[:zvl_dph_attributes] = zvl_dph_attributes if has? 'ZvlDPH'
  hash[:rezim_eet] = rezim_eet if has? 'RezimEET'
  hash[:rezim_eet_attributes] = rezim_eet_attributes if has? 'RezimEET'
  hash[:sdph_nakup] = sdph_nakup if has? 'SDPH_Nakup'
  hash[:sdph_nakup_attributes] = sdph_nakup_attributes if has? 'SDPH_Nakup'
  hash[:sdph_prod] = sdph_prod if has? 'SDPH_Prod'
  hash[:sdph_prod_attributes] = sdph_prod_attributes if has? 'SDPH_Prod'
  hash[:ev_min] = ev_min if has? 'Ev_Min'
  hash[:ev_min_attributes] = ev_min_attributes if has? 'Ev_Min'
  hash[:ev_max] = ev_max if has? 'Ev_Max'
  hash[:ev_max_attributes] = ev_max_attributes if has? 'Ev_Max'
  hash[:minimum] = minimum if has? 'Minimum'
  hash[:minimum_attributes] = minimum_attributes if has? 'Minimum'
  hash[:maximum] = maximum if has? 'Maximum'
  hash[:maximum_attributes] = maximum_attributes if has? 'Maximum'
  hash[:uc_pr_j_nakup] = uc_pr_j_nakup if has? 'UcPrJNakup'
  hash[:uc_pr_j_nakup_attributes] = uc_pr_j_nakup_attributes if has? 'UcPrJNakup'
  hash[:uc_pr_j_prode] = uc_pr_j_prode if has? 'UcPrJProde'
  hash[:uc_pr_j_prode_attributes] = uc_pr_j_prode_attributes if has? 'UcPrJProde'
  hash[:uc_pr_p_nakup] = uc_pr_p_nakup if has? 'UcPrPNakup'
  hash[:uc_pr_p_nakup_attributes] = uc_pr_p_nakup_attributes if has? 'UcPrPNakup'
  hash[:uc_pr_p_prode] = uc_pr_p_prode if has? 'UcPrPProde'
  hash[:uc_pr_p_prode_attributes] = uc_pr_p_prode_attributes if has? 'UcPrPProde'

  hash
end
uc_pr_j_nakup() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 94
def uc_pr_j_nakup
  at 'UcPrJNakup'
end
uc_pr_j_nakup_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 98
def uc_pr_j_nakup_attributes
  attributes_at 'UcPrJNakup'
end
uc_pr_j_prode() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 102
def uc_pr_j_prode
  at 'UcPrJProde'
end
uc_pr_j_prode_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 106
def uc_pr_j_prode_attributes
  attributes_at 'UcPrJProde'
end
uc_pr_p_nakup() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 110
def uc_pr_p_nakup
  at 'UcPrPNakup'
end
uc_pr_p_nakup_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 114
def uc_pr_p_nakup_attributes
  attributes_at 'UcPrPNakup'
end
uc_pr_p_prode() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 118
def uc_pr_p_prode
  at 'UcPrPProde'
end
uc_pr_p_prode_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 122
def uc_pr_p_prode_attributes
  attributes_at 'UcPrPProde'
end
zvl_dph() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 30
def zvl_dph
  at 'ZvlDPH'
end
zvl_dph_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 34
def zvl_dph_attributes
  attributes_at 'ZvlDPH'
end
zvl_rezim() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 22
def zvl_rezim
  at 'ZvlRezim'
end
zvl_rezim_attributes() click to toggle source
# File lib/money_s3/parsers/konfigurace.rb, line 26
def zvl_rezim_attributes
  attributes_at 'ZvlRezim'
end