Class: Teapot::TempestDB::TempestDBService::PprUndirected_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
ERROR1 =
1
ERROR2 =
2
ERROR3 =
3
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRUCT, :class => ::Teapot::TempestDB::Node}, :value => {:type => ::Thrift::Types::DOUBLE}},
  ERROR1 => {:type => ::Thrift::Types::STRUCT, :name => 'error1', :class => ::Teapot::TempestDB::UndefinedGraphException},
  ERROR2 => {:type => ::Thrift::Types::STRUCT, :name => 'error2', :class => ::Teapot::TempestDB::InvalidNodeIdException},
  ERROR3 => {:type => ::Thrift::Types::STRUCT, :name => 'error3', :class => ::Teapot::TempestDB::InvalidArgumentException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1000
1001
# File 'lib/gen/tempest_d_b_service.rb', line 1000

def validate
end