Class: Flock::Edges::SelectQuery

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

Constant Summary collapse

OPERATIONS =
1
PAGE =
2
FIELDS =
{
  OPERATIONS => {:type => ::Thrift::Types::LIST, :name => 'operations', :element => {:type => ::Thrift::Types::STRUCT, :class => Flock::Edges::SelectOperation}},
  PAGE => {:type => ::Thrift::Types::STRUCT, :name => 'page', :class => Flock::Edges::Page}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end