Class: Virtuozzo::SOAP::Drivers::Support::Set_key

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ Set_key

Returns a new instance of Set_key.



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

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2479
2480
2481
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2479

def key
  @key
end