Class: Virtuozzo::SOAP::Types::Packagem::PackagemType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Packagem::PackagemType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagempackagemType
configuration - Virtuozzo::SOAP::Types::Packagem::ConfigurationType
ok - Virtuozzo::SOAP::Types::Packagem::PackagemType::Ok
error - Virtuozzo::SOAP::Types::Packagem::PackagemType::Error
install - Virtuozzo::SOAP::Types::Packagem::Install
remove - Virtuozzo::SOAP::Types::Packagem::Remove
update - Virtuozzo::SOAP::Types::Packagem::Update
list - Virtuozzo::SOAP::Types::Packagem::List
get_info - Virtuozzo::SOAP::Types::Packagem::Get_info
clean - Virtuozzo::SOAP::Types::Packagem::Clean
fetch - Virtuozzo::SOAP::Types::Packagem::Fetch
migrate - Virtuozzo::SOAP::Types::Packagem::Migrate
packages - Virtuozzo::SOAP::Types::Packagem::PackagesType
Direct Known Subclasses
Defined Under Namespace
Instance Attribute Summary collapse
-
#clean ⇒ Object
Returns the value of attribute clean.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#fetch ⇒ Object
Returns the value of attribute fetch.
-
#get_info ⇒ Object
Returns the value of attribute get_info.
-
#install ⇒ Object
Returns the value of attribute install.
-
#list ⇒ Object
Returns the value of attribute list.
-
#migrate ⇒ Object
Returns the value of attribute migrate.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#remove ⇒ Object
Returns the value of attribute remove.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], install = [], remove = [], update = [], list = [], get_info = [], clean = [], fetch = [], migrate = [], packages = []) ⇒ PackagemType
constructor
A new instance of PackagemType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], install = [], remove = [], update = [], list = [], get_info = [], clean = [], fetch = [], migrate = [], packages = []) ⇒ PackagemType
Returns a new instance of PackagemType.
287 288 289 290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 287 def initialize(configuration = nil, ok = [], error = [], install = [], remove = [], update = [], list = [], get_info = [], clean = [], fetch = [], migrate = [], packages = []) @configuration = configuration @ok = ok @error = error @install = install @remove = remove @update = update @list = list @get_info = get_info @clean = clean @fetch = fetch @migrate = migrate @packages = packages end |
Instance Attribute Details
#clean ⇒ Object
Returns the value of attribute clean.
282 283 284 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 282 def clean @clean end |
#configuration ⇒ Object
Returns the value of attribute configuration.
274 275 276 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 274 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
276 277 278 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 276 def error @error end |
#fetch ⇒ Object
Returns the value of attribute fetch.
283 284 285 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 283 def fetch @fetch end |
#get_info ⇒ Object
Returns the value of attribute get_info.
281 282 283 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 281 def get_info @get_info end |
#install ⇒ Object
Returns the value of attribute install.
277 278 279 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 277 def install @install end |
#list ⇒ Object
Returns the value of attribute list.
280 281 282 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 280 def list @list end |
#migrate ⇒ Object
Returns the value of attribute migrate.
284 285 286 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 284 def migrate @migrate end |
#ok ⇒ Object
Returns the value of attribute ok.
275 276 277 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 275 def ok @ok end |
#packages ⇒ Object
Returns the value of attribute packages.
285 286 287 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 285 def packages @packages end |
#remove ⇒ Object
Returns the value of attribute remove.
278 279 280 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 278 def remove @remove end |
#update ⇒ Object
Returns the value of attribute update.
279 280 281 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 279 def update @update end |