Class: Virtuozzo::SOAP::Types::Support::Set_key

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/support.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ Set_key

Returns a new instance of Set_key.



2484
2485
2486
# File 'lib/virtuozzo/soap/types/support.rb', line 2484

def initialize(key = nil)
  @key = key
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2482
2483
2484
# File 'lib/virtuozzo/soap/types/support.rb', line 2482

def key
  @key
end