Class: Rupee::Rate

Inherits:
Object
  • Object
show all
Defined in:
lib/rupee/rate.rb

Overview

A class representing a rate

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ Rate

Create a new rate



5
6
7
# File 'lib/rupee/rate.rb', line 5

def initialize(opts = {})

end