Class: Flock::Edges::EdgeResults
- Inherits:
-
Object
- Object
- Flock::Edges::EdgeResults
- 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_fields ⇒ Object
293 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 293 def struct_fields; FIELDS; end |
#validate ⇒ Object
295 296 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 295 def validate end |