Class: Flock::Edges::FlockDB::Contains_args
- Inherits:
-
Object
- Object
- Flock::Edges::FlockDB::Contains_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/flock/gen-rb/flock_d_b.rb
Overview
HELPER FUNCTIONS AND STRUCTURES
Constant Summary collapse
- SOURCE_ID =
1
- GRAPH_ID =
2
- DESTINATION_ID =
3
- FIELDS =
{ SOURCE_ID => {:type => ::Thrift::Types::I64, :name => 'source_id'}, GRAPH_ID => {:type => ::Thrift::Types::I32, :name => 'graph_id'}, DESTINATION_ID => {:type => ::Thrift::Types::I64, :name => 'destination_id'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
306 |
# File 'lib/flock/gen-rb/flock_d_b.rb', line 306 def struct_fields; FIELDS; end |
#validate ⇒ Object
308 309 |
# File 'lib/flock/gen-rb/flock_d_b.rb', line 308 def validate end |