Class: Flock::Edges::Page

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

Constant Summary collapse

COUNT =
1
CURSOR =
2
FIELDS =
{
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'},
  CURSOR => {:type => ::Thrift::Types::I64, :name => 'cursor'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end