Class: Gera::CbrExternalRate

Inherits:
ApplicationRecord show all
Defined in:
app/models/gera/cbr_external_rate.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



9
10
11
# File 'app/models/gera/cbr_external_rate.rb', line 9

def <=>(other)
  rate <=> other.rate
end