Class: PaidCallHistoryResult

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

HISTORYS =
1
HASNEXT =
2
FIELDS =
{
  HISTORYS => {:type => ::Thrift::Types::LIST, :name => 'historys', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PaidCallHistory}},
  HASNEXT => {:type => ::Thrift::Types::BOOL, :name => 'hasNext'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end