Class: Flock::Edges::Results

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

Constant Summary collapse

IDS =
1
NEXT_CURSOR =
2
PREV_CURSOR =
3
FIELDS =
{
  IDS => {:type => ::Thrift::Types::STRING, :name => 'ids'},
  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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end