Class: Virtuozzo::SOAP::Drivers::Support::Set_key
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Support::Set_key
- Defined in:
- lib/virtuozzo/soap/drivers/support/types.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzasupportset_key
key - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(key = nil) ⇒ Set_key
constructor
A new instance of Set_key.
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
#key ⇒ Object
Returns the value of attribute key.
2479 2480 2481 |
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2479 def key @key end |