Class: Teapot::TempestDB::TempestDBService::SetNodeAttribute_args

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

Constant Summary collapse

NODE =
1
ATTRIBUTENAME =
2
ATTRIBUTEVALUE =
3
FIELDS =
{
  NODE => {:type => ::Thrift::Types::STRUCT, :name => 'node', :class => ::Teapot::TempestDB::Node},
  ATTRIBUTENAME => {:type => ::Thrift::Types::STRING, :name => 'attributeName'},
  ATTRIBUTEVALUE => {:type => ::Thrift::Types::STRING, :name => 'attributeValue'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1242
1243
# File 'lib/gen/tempest_d_b_service.rb', line 1242

def validate
end