Class: Flock::Edges::Results
- Inherits:
-
Object
- Object
- Flock::Edges::Results
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- 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', :binary => true}, 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_fields ⇒ Object
80 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 80 def struct_fields; FIELDS; end |
#validate ⇒ Object
82 83 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 82 def validate end |