Class: Coin
- Inherits:
-
Object
- Object
- Coin
- 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
- FREECOINBALANCE =
1
- PAYEDCOINBALANCE =
2
- TOTALCOINBALANCE =
3
- REWARDCOINBALANCE =
4
- FIELDS =
{ FREECOINBALANCE => {:type => ::Thrift::Types::I32, :name => 'freeCoinBalance'}, PAYEDCOINBALANCE => {:type => ::Thrift::Types::I32, :name => 'payedCoinBalance'}, TOTALCOINBALANCE => {:type => ::Thrift::Types::I32, :name => 'totalCoinBalance'}, REWARDCOINBALANCE => {:type => ::Thrift::Types::I32, :name => 'rewardCoinBalance'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
14281 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14281 def struct_fields; FIELDS; end |
#validate ⇒ Object
14283 14284 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14283 def validate end |