Class: CoinUseReservationItem

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

ITEMID =
1
ITEMNAME =
2
AMOUNT =
3
FIELDS =
{
  ITEMID => {:type => ::Thrift::Types::STRING, :name => 'itemId'},
  ITEMNAME => {:type => ::Thrift::Types::STRING, :name => 'itemName'},
  AMOUNT => {:type => ::Thrift::Types::I32, :name => 'amount'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end