Class: Virtuozzo::SOAP::Drivers::Template::FetchResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::FetchResponse
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemfetchResponse
packages - Virtuozzo::SOAP::Drivers::Template::PackagesType
Instance Attribute Summary collapse
-
#packages ⇒ Object
Returns the value of attribute packages.
Instance Method Summary collapse
-
#initialize(packages = nil) ⇒ FetchResponse
constructor
A new instance of FetchResponse.
Constructor Details
#initialize(packages = nil) ⇒ FetchResponse
Returns a new instance of FetchResponse.
3063 3064 3065 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 3063 def initialize(packages = nil) @packages = packages end |
Instance Attribute Details
#packages ⇒ Object
Returns the value of attribute packages.
3061 3062 3063 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 3061 def packages @packages end |