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



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



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



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



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

def iso_code
  @iso_code
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#priorityObject

Returns the value of attribute priority



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

def priority
  @priority
end

#subunitObject

Returns the value of attribute 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



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



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

def symbol
  @symbol
end

#symbol_firstObject

Returns the value of attribute 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



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

def thousands_separator
  @thousands_separator
end