Class: Teapot::TempestDB::TempestDBService::InNeighbors_result

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

Constant Summary collapse

SUCCESS =
0
EX1 =
1
EX2 =
2
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Teapot::TempestDB::Node}},
  EX1 => {:type => ::Thrift::Types::STRUCT, :name => 'ex1', :class => ::Teapot::TempestDB::InvalidNodeIdException},
  EX2 => {:type => ::Thrift::Types::STRUCT, :name => 'ex2', :class => ::Teapot::TempestDB::InvalidArgumentException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



730
# File 'lib/gen/tempest_d_b_service.rb', line 730

def struct_fields; FIELDS; end

#validateObject



732
733
# File 'lib/gen/tempest_d_b_service.rb', line 732

def validate
end