Class: Flock::Edges::FlockDB::Count2_result
- Inherits:
-
Object
- Object
- Flock::Edges::FlockDB::Count2_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::STRING, :name => 'success', :binary => true}, EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => Flock::Edges::FlockException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
502 |
# File 'lib/flock/gen-rb/flock_d_b.rb', line 502 def struct_fields; FIELDS; end |
#validate ⇒ Object
504 505 |
# File 'lib/flock/gen-rb/flock_d_b.rb', line 504 def validate end |