Class: SevenBankFxRate::Elements::Meta

Inherits:
Object
  • Object
show all
Defined in:
lib/seven_bank_fx_rate/elements/meta.rb

Overview

Corresponds to the header tag in xml: <header>

<createdate>20200903</createdate>
<applydate>20200903</applydate>
<applytime>0800</applytime>
<datacount>0288</datacount>

</header>

Instance Attribute Summary collapse

Instance Attribute Details

#apply_dateObject

Returns the value of attribute apply_date.



13
14
15
# File 'lib/seven_bank_fx_rate/elements/meta.rb', line 13

def apply_date
  @apply_date
end

#apply_timeObject

Returns the value of attribute apply_time.



13
14
15
# File 'lib/seven_bank_fx_rate/elements/meta.rb', line 13

def apply_time
  @apply_time
end

#create_dateObject

Returns the value of attribute create_date.



13
14
15
# File 'lib/seven_bank_fx_rate/elements/meta.rb', line 13

def create_date
  @create_date
end

#data_countObject

Returns the value of attribute data_count.



13
14
15
# File 'lib/seven_bank_fx_rate/elements/meta.rb', line 13

def data_count
  @data_count
end