Class: GetTotalCoinBalanceResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

TOTALBALANCE =
1
PAIDCOINBALANCE =
2
FREECOINBALANCE =
3
REWARDCOINBALANCE =
4
EXPECTEDAUTOEXCHANGEDCOINBALANCE =
5
FIELDS =
{
  TOTALBALANCE => {:type => ::Thrift::Types::STRING, :name => 'totalBalance'},
  PAIDCOINBALANCE => {:type => ::Thrift::Types::STRING, :name => 'paidCoinBalance'},
  FREECOINBALANCE => {:type => ::Thrift::Types::STRING, :name => 'freeCoinBalance'},
  REWARDCOINBALANCE => {:type => ::Thrift::Types::STRING, :name => 'rewardCoinBalance'},
  EXPECTEDAUTOEXCHANGEDCOINBALANCE => {:type => ::Thrift::Types::STRING, :name => 'expectedAutoExchangedCoinBalance'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



15306
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15306

def struct_fields; FIELDS; end

#validateObject



15308
15309
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15308

def validate
end