Method: Eet::Message#data_attributes

Defined in:
lib/eet/message.rb

#data_attributesObject



96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# File 'lib/eet/message.rb', line 96

def data_attributes
  { dic_popl: dic_popl,
    dic_poverujiciho: dic_poverujiciho,
    id_provoz: id_provoz,
    id_pokl: id_pokl,
    porad_cis: porad_cis,
    dat_trzby: dat_trzby,
    celk_trzba: celk_trzba,
    zakl_nepodl_dph: zakl_nepodl_dph,
    zakl_dan1: zakl_dan1,
    dan1: dan2,
    zakl_dan2: zakl_dan2,
    dan2: dan2,
    zakl_dan3: zakl_dan3,
    dan3: dan3,
    cest_sluz: cest_sluz,
    pouzit_zboz1: pouzit_zboz1,
    pouzit_zboz2: pouzit_zboz2,
    pouzit_zboz3: pouzit_zboz3,
    urceno_cerp_zuct: urceno_cerp_zuct,
    cerp_zuct: cerp_zuct,
    rezim: rezim,
  }.reject { |_, v| v.nil? }
end