Class: Virtuozzo::SOAP::Types::ProcInfo::Get

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

Overview

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

key - SOAP::SOAPString
limit - SOAP::SOAPInt
descending - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, limit = nil, descending = nil) ⇒ Get

Returns a new instance of Get.



2310
2311
2312
2313
2314
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2310

def initialize(key = nil, limit = nil, descending = nil)
  @key = key
  @limit = limit
  @descending = descending
end

Instance Attribute Details

#descendingObject

Returns the value of attribute descending.



2308
2309
2310
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2308

def descending
  @descending
end

#keyObject

Returns the value of attribute key.



2306
2307
2308
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2306

def key
  @key
end

#limitObject

Returns the value of attribute limit.



2307
2308
2309
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2307

def limit
  @limit
end