Class: GetTotalCoinBalanceResponse
- Inherits:
-
Object
- Object
- GetTotalCoinBalanceResponse
- 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_fields ⇒ Object
14247 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14247 def struct_fields; FIELDS; end |
#validate ⇒ Object
14249 14250 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14249 def validate end |