Class: Flock::Edges::FlockDB::Select_args
- Inherits:
-
Object
- Object
- Flock::Edges::FlockDB::Select_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/flock/gen-rb/flock_d_b.rb
Constant Summary collapse
- OPERATIONS =
1
- PAGE =
2
- FIELDS =
{ OPERATIONS => {:type => ::Thrift::Types::LIST, :name => 'operations', :element => {:type => ::Thrift::Types::STRUCT, :class => Flock::Edges::SelectOperation}}, PAGE => {:type => ::Thrift::Types::STRUCT, :name => 'page', :class => Flock::Edges::Page} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
620 |
# File 'lib/flock/gen-rb/flock_d_b.rb', line 620 def struct_fields; FIELDS; end |
#validate ⇒ Object
622 623 |
# File 'lib/flock/gen-rb/flock_d_b.rb', line 622 def validate end |