Class: Flock::Edges::FlockDB::Select_edges_result
- Inherits:
-
Object
- Object
- Flock::Edges::FlockDB::Select_edges_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/flock/gen-rb/flock_d_b.rb
Constant Summary collapse
- SUCCESS =
0
- EX =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Flock::Edges::EdgeResults}}, EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => Flock::Edges::FlockException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
536 |
# File 'lib/flock/gen-rb/flock_d_b.rb', line 536 def struct_fields; FIELDS; end |
#validate ⇒ Object
538 539 |
# File 'lib/flock/gen-rb/flock_d_b.rb', line 538 def validate end |