Class: CoinHistory

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

PAYDATE =
1
COINBALANCE =
2
COIN =
3
PRICE =
4
TITLE =
5
REFUND =
6
PAYSEQ =
7
CURRENCY =
8
CURRENCYSIGN =
9
DISPLAYPRICE =
10
PAYLOAD =
11
CHANNELID =
12
FIELDS =
{
  PAYDATE => {:type => ::Thrift::Types::I64, :name => 'payDate'},
  COINBALANCE => {:type => ::Thrift::Types::I32, :name => 'coinBalance'},
  COIN => {:type => ::Thrift::Types::I32, :name => 'coin'},
  PRICE => {:type => ::Thrift::Types::STRING, :name => 'price'},
  TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'},
  REFUND => {:type => ::Thrift::Types::BOOL, :name => 'refund'},
  PAYSEQ => {:type => ::Thrift::Types::STRING, :name => 'paySeq'},
  CURRENCY => {:type => ::Thrift::Types::STRING, :name => 'currency'},
  CURRENCYSIGN => {:type => ::Thrift::Types::STRING, :name => 'currencySign'},
  DISPLAYPRICE => {:type => ::Thrift::Types::STRING, :name => 'displayPrice'},
  PAYLOAD => {:type => ::Thrift::Types::STRUCT, :name => 'payload', :class => ::CoinPayLoad},
  CHANNELID => {:type => ::Thrift::Types::STRING, :name => 'channelId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end