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