Class: Virtuozzo::SOAP::Drivers::Support::Get_key_statusResponse

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzasupportget_key_statusResponse

key_status - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key_status = nil) ⇒ Get_key_statusResponse

Returns a new instance of Get_key_statusResponse.



2471
2472
2473
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2471

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

Instance Attribute Details

#key_statusObject

Returns the value of attribute key_status.



2469
2470
2471
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2469

def key_status
  @key_status
end