Class: Money::New

Inherits:
Common show all
Defined in:
lib/money/resources/new.rb

Instance Attribute Summary

Attributes inherited from Common

#http

Instance Method Summary collapse

Methods inherited from Common

#initialize

Constructor Details

This class inherits a constructor from Money::Common

Instance Method Details

#runObject



5
6
7
8
# File 'lib/money/resources/new.rb', line 5

def run
  data = cmc(binance_request)
  validate(data)
end