Class: Teapot::TempestDB::TempestDBService::Nodes_args

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

Constant Summary collapse

NODETYPE =
1
SQLCLAUSE =
2
FIELDS =
{
  NODETYPE => {:type => ::Thrift::Types::STRING, :name => 'nodeType'},
  SQLCLAUSE => {:type => ::Thrift::Types::STRING, :name => 'sqlClause'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1128
1129
# File 'lib/gen/tempest_d_b_service.rb', line 1128

def validate
end