Class: Virtuozzo::SOAP::Types::ProcInfo::Get
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ProcInfo::Get
- 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
-
#descending ⇒ Object
Returns the value of attribute descending.
-
#key ⇒ Object
Returns the value of attribute key.
-
#limit ⇒ Object
Returns the value of attribute limit.
Instance Method Summary collapse
-
#initialize(key = nil, limit = nil, descending = nil) ⇒ Get
constructor
A new instance of Get.
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
#descending ⇒ Object
Returns the value of attribute descending.
2308 2309 2310 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2308 def descending @descending end |
#key ⇒ Object
Returns the value of attribute key.
2306 2307 2308 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2306 def key @key end |
#limit ⇒ Object
Returns the value of attribute limit.
2307 2308 2309 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2307 def limit @limit end |