class Bitfinex::Models::FundingCredit
Constants
- BOOL_FIELDS
- FIELDS
Public Class Methods
new(data)
click to toggle source
Calls superclass method
# File lib/models/funding_credit.rb, line 32 def initialize (data) super(data, FIELDS, BOOL_FIELDS) end
unserialize(data)
click to toggle source
# File lib/models/funding_credit.rb, line 36 def self.unserialize (data) return Model.unserialize(data, FIELDS, BOOL_FIELDS) end