Class: Virtuozzo::SOAP::Types::Envm::Get_list

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/envmget_list

count - SOAP::SOAPInt
type - SOAP::SOAPString
status - Virtuozzo::SOAP::Types::Envm::Env_statusType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, type = nil, status = []) ⇒ Get_list

Returns a new instance of Get_list.



3450
3451
3452
3453
3454
# File 'lib/virtuozzo/soap/types/envm.rb', line 3450

def initialize(count = nil, type = nil, status = [])
  @count = count
  @type = type
  @status = status
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



3446
3447
3448
# File 'lib/virtuozzo/soap/types/envm.rb', line 3446

def count
  @count
end

#statusObject

Returns the value of attribute status.



3448
3449
3450
# File 'lib/virtuozzo/soap/types/envm.rb', line 3448

def status
  @status
end

#typeObject

Returns the value of attribute type.



3447
3448
3449
# File 'lib/virtuozzo/soap/types/envm.rb', line 3447

def type
  @type
end