Class: CoinHistoryResult
- Inherits:
-
Object
- Object
- CoinHistoryResult
- 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
- HISTORYS =
1
- BALANCE =
2
- HASNEXT =
3
- FIELDS =
{ HISTORYS => {:type => ::Thrift::Types::LIST, :name => 'historys', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CoinHistory}}, BALANCE => {:type => ::Thrift::Types::STRUCT, :name => 'balance', :class => ::Coin}, HASNEXT => {:type => ::Thrift::Types::BOOL, :name => 'hasNext'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
14301 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14301 def struct_fields; FIELDS; end |
#validate ⇒ Object
14303 14304 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14303 def validate end |