Class: Flock::Edges::EdgeResults

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/flock/gen-rb/flockdb_types.rb

Constant Summary collapse

EDGES =
1
NEXT_CURSOR =
2
PREV_CURSOR =
3
FIELDS =
{
  EDGES => {:type => ::Thrift::Types::LIST, :name => 'edges', :element => {:type => ::Thrift::Types::STRUCT, :class => Flock::Edges::Edge}},
  NEXT_CURSOR => {:type => ::Thrift::Types::I64, :name => 'next_cursor'},
  PREV_CURSOR => {:type => ::Thrift::Types::I64, :name => 'prev_cursor'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



271
# File 'lib/flock/gen-rb/flockdb_types.rb', line 271

def struct_fields; FIELDS; end

#validateObject



273
274
# File 'lib/flock/gen-rb/flockdb_types.rb', line 273

def validate
end