Class: Flock::Edges::FlockDB::Contains_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct
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_fieldsObject



253
# File 'lib/flock/gen-rb/flock_d_b.rb', line 253

def struct_fields; FIELDS; end

#validateObject



255
256
# File 'lib/flock/gen-rb/flock_d_b.rb', line 255

def validate
end