Class: Flock::Edges::EdgeQuery
- Inherits:
-
Object
- Object
- Flock::Edges::EdgeQuery
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/flock/gen-rb/flockdb_types.rb
Constant Summary collapse
- TERM =
1
- PAGE =
2
- FIELDS =
{ TERM => {:type => ::Thrift::Types::STRUCT, :name => 'term', :class => Flock::Edges::QueryTerm}, PAGE => {:type => ::Thrift::Types::STRUCT, :name => 'page', :class => Flock::Edges::Page} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
273 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 273 def struct_fields; FIELDS; end |
#validate ⇒ Object
275 276 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 275 def validate end |