Class: ISO4217::Currency

Inherits:
Data
  • Object
show all
Defined in:
lib/iso4217.rb

Instance Attribute Summary collapse

Instance Attribute Details

#country_nameObject (readonly)

Returns the value of attribute country_name

Returns:

  • (Object)

    the current value of country_name



8
9
10
# File 'lib/iso4217.rb', line 8

def country_name
  @country_name
end

#currency_codeObject (readonly)

Returns the value of attribute currency_code

Returns:

  • (Object)

    the current value of currency_code



8
9
10
# File 'lib/iso4217.rb', line 8

def currency_code
  @currency_code
end

#currency_nameObject (readonly)

Returns the value of attribute currency_name

Returns:

  • (Object)

    the current value of currency_name



8
9
10
# File 'lib/iso4217.rb', line 8

def currency_name
  @currency_name
end

#currency_numberObject (readonly)

Returns the value of attribute currency_number

Returns:

  • (Object)

    the current value of currency_number



8
9
10
# File 'lib/iso4217.rb', line 8

def currency_number
  @currency_number
end

#is_fundObject (readonly)

Returns the value of attribute is_fund

Returns:

  • (Object)

    the current value of is_fund



8
9
10
# File 'lib/iso4217.rb', line 8

def is_fund
  @is_fund
end

#minor_unitObject (readonly)

Returns the value of attribute minor_unit

Returns:

  • (Object)

    the current value of minor_unit



8
9
10
# File 'lib/iso4217.rb', line 8

def minor_unit
  @minor_unit
end