Class: Flock::Edges::EdgeQuery

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end