Class: Virtuozzo::SOAP::Types::Support::Get_key_statusResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/support.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.



2474
2475
2476
# File 'lib/virtuozzo/soap/types/support.rb', line 2474

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

Instance Attribute Details

#key_statusObject

Returns the value of attribute key_status.



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

def key_status
  @key_status
end