Class: SevenBankFxRate::Elements::Meta
- Inherits:
-
Object
- Object
- SevenBankFxRate::Elements::Meta
- Defined in:
- lib/seven_bank_fx_rate/elements/meta.rb
Overview
Corresponds to the header tag in xml:
Instance Attribute Summary collapse
-
#apply_date ⇒ Object
Returns the value of attribute apply_date.
-
#apply_time ⇒ Object
Returns the value of attribute apply_time.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#data_count ⇒ Object
Returns the value of attribute data_count.
Instance Attribute Details
#apply_date ⇒ Object
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_time ⇒ Object
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_date ⇒ Object
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_count ⇒ Object
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 |