Class: Teapot::TempestDB::TempestDBService::EdgeCount_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
EX =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::I64, :name => 'success'},
  EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => ::Teapot::TempestDB::InvalidArgumentException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1110
1111
# File 'lib/gen/tempest_d_b_service.rb', line 1110

def validate
end