Class: Virtuozzo::SOAP::Types::Support::Get_channel_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_channel_statusResponse

channel_status - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(channel_status = nil) ⇒ Get_channel_statusResponse

Returns a new instance of Get_channel_statusResponse.



2457
2458
2459
# File 'lib/virtuozzo/soap/types/support.rb', line 2457

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

Instance Attribute Details

#channel_statusObject

Returns the value of attribute channel_status.



2455
2456
2457
# File 'lib/virtuozzo/soap/types/support.rb', line 2455

def channel_status
  @channel_status
end