Class: SevenBankFxRate::Elements::Country

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

Overview

Corresponds to the country tag in xml: CN China CNY Chinese Yuan Renminbi 0.0636548 USD US Dollar 0.0093211

Instance Attribute Summary collapse

Instance Attribute Details

#country_code ⇒ Object

Returns the value of attribute country_code.



21
22
23
# File 'lib/seven_bank_fx_rate/elements/country.rb', line 21

def country_code
  @country_code
end

#country_name ⇒ Object

Returns the value of attribute country_name.



21
22
23
# File 'lib/seven_bank_fx_rate/elements/country.rb', line 21

def country_name
  @country_name
end

#currencies ⇒ Object

Returns the value of attribute currencies.



21
22
23
# File 'lib/seven_bank_fx_rate/elements/country.rb', line 21

def currencies
  @currencies
end