Class: Flock::Edges::FlockDB::Select_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/flock/gen-rb/flock_d_b.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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end