class Bitfinex::Models::FundingLoan

Constants

BOOL_FIELDS
FIELDS

Public Class Methods

new(data) click to toggle source
Calls superclass method
# File lib/models/funding_loan.rb, line 31
def initialize (data)
  super(data, FIELDS, BOOL_FIELDS)
end
unserialize(data) click to toggle source
# File lib/models/funding_loan.rb, line 35
def self.unserialize (data)
  return Model.unserialize(data, FIELDS, BOOL_FIELDS)
end