Class: Io::Flow::V0::Models::PriceWithBase

Inherits:
Object
  • Object
show all
Defined in:
lib/workarea/freedom_patches/flow_io.rb

Instance Method Summary collapse

Instance Method Details

#to_mObject



26
27
28
# File 'lib/workarea/freedom_patches/flow_io.rb', line 26

def to_m
  Money.from_amount(amount, currency)
end