Class: Flock::Edges::EdgeQuery

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/flock/gen-rb/flockdb_types.rb

Constant Summary collapse

TERM =
1
PAGE =
2
FIELDS =
{
  TERM => {:type => ::Thrift::Types::STRUCT, :name => 'term', :class => Flock::Edges::QueryTerm},
  PAGE => {:type => ::Thrift::Types::STRUCT, :name => 'page', :class => Flock::Edges::Page}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



273
# File 'lib/flock/gen-rb/flockdb_types.rb', line 273

def struct_fields; FIELDS; end

#validateObject



275
276
# File 'lib/flock/gen-rb/flockdb_types.rb', line 275

def validate
end