Class: Flock::Edges::FlockDB::Select2_result

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

Constant Summary collapse

SUCCESS =
0
EX =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Flock::Edges::Results}},
  EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => Flock::Edges::FlockException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end