Class: Currency::CurrencyStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/simple_money/currency.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decimal_markObject

Returns the value of attribute decimal_mark

Returns:

  • (Object)

    the current value of decimal_mark



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def decimal_mark
  @decimal_mark
end

#decimal_placesObject

Returns the value of attribute decimal_places

Returns:

  • (Object)

    the current value of decimal_places



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def decimal_places
  @decimal_places
end

#html_entityObject

Returns the value of attribute html_entity

Returns:

  • (Object)

    the current value of html_entity



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def html_entity
  @html_entity
end

#iso_codeObject

Returns the value of attribute iso_code

Returns:

  • (Object)

    the current value of iso_code



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def iso_code
  @iso_code
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def name
  @name
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def priority
  @priority
end

#subunitObject

Returns the value of attribute subunit

Returns:

  • (Object)

    the current value of subunit



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def subunit
  @subunit
end

#subunit_to_unitObject

Returns the value of attribute subunit_to_unit

Returns:

  • (Object)

    the current value of subunit_to_unit



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def subunit_to_unit
  @subunit_to_unit
end

#symbolObject

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def symbol
  @symbol
end

#symbol_firstObject

Returns the value of attribute symbol_first

Returns:

  • (Object)

    the current value of symbol_first



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def symbol_first
  @symbol_first
end

#thousands_separatorObject

Returns the value of attribute thousands_separator

Returns:

  • (Object)

    the current value of thousands_separator



169
170
171
# File 'lib/simple_money/currency.rb', line 169

def thousands_separator
  @thousands_separator
end