Class: GetCoinHistoryResponse

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

HISTORIES =
1
BALANCE =
2
OFFSET =
3
HASNEXT =
4
FIELDS =
{
  HISTORIES => {:type => ::Thrift::Types::LIST, :name => 'histories', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CoinHistory}},
  BALANCE => {:type => ::Thrift::Types::STRUCT, :name => 'balance', :class => ::Coin},
  OFFSET => {:type => ::Thrift::Types::I32, :name => 'offset'},
  HASNEXT => {:type => ::Thrift::Types::BOOL, :name => 'hasNext'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end