Class: Kucoin::Models::User

Inherits:
Base
  • Object
show all
Defined in:
lib/kucoin/models/user.rb

Constant Summary collapse

MAPPING =
{
  oid:                        :string,
  name:                       :string,
  nickname:                   :string,
  email:                      :string,
  phone:                      :string,
  referrer_code:              :string,
  language:                   :string,
  csrf:                       :string,
  login_record:               :hash,
  base_bonus_rate:            :float,
  base_fee_rate:              :float,
  credential_status:          :string,
  currency:                   :string,
  photo_credential_validated: :boolean,
  video_validated:            :boolean,
  has_credential:             :boolean,
  phone_validated:            :boolean,
  credential_validated:       :boolean,
  google_two_fa_binding:      :boolean,
  has_trade_password:         :boolean,
  email_validated:            :boolean,
  is_china_visitor:           :boolean,
  is_suspend:                 :boolean
}

Method Summary

Methods inherited from Base

#attributes, #initialize, parse

Constructor Details

This class inherits a constructor from Kucoin::Models::Base