Class: Money

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/money.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeObject

Returns the value of attribute currency_code.



7
8
9
# File 'app/models/money.rb', line 7

def currency_code
  @currency_code
end