Class: Rupee::Rate
- Inherits:
-
Object
- Object
- Rupee::Rate
- Defined in:
- lib/rupee/rate.rb
Overview
A class representing a rate
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Rate
constructor
Create a new rate.
Constructor Details
#initialize(opts = {}) ⇒ Rate
Create a new rate
5 6 7 |
# File 'lib/rupee/rate.rb', line 5 def initialize(opts = {}) end |