Class: CoinProductItem
- Inherits:
-
Object
- Object
- CoinProductItem
- 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
- ITEMID =
1
- COIN =
2
- FREECOIN =
3
- CURRENCY =
5
- PRICE =
6
- DISPLAYPRICE =
7
- NAME =
8
- DESC =
9
- FIELDS =
{ ITEMID => {:type => ::Thrift::Types::STRING, :name => 'itemId'}, COIN => {:type => ::Thrift::Types::I32, :name => 'coin'}, FREECOIN => {:type => ::Thrift::Types::I32, :name => 'freeCoin'}, CURRENCY => {:type => ::Thrift::Types::STRING, :name => 'currency'}, PRICE => {:type => ::Thrift::Types::STRING, :name => 'price'}, DISPLAYPRICE => {:type => ::Thrift::Types::STRING, :name => 'displayPrice'}, NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, DESC => {:type => ::Thrift::Types::STRING, :name => 'desc'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
13620 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13620 def struct_fields; FIELDS; end |
#validate ⇒ Object
13622 13623 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13622 def validate end |