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
13032 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13032 def struct_fields; FIELDS; end |
#validate ⇒ Object
13034 13035 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13034 def validate end |