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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1076
1077
# File 'lib/gen/tempest_d_b_service.rb', line 1076

def validate
end