Class: Virtuozzo::SOAP::Types::Scheduler::SchedulerType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Scheduler::SchedulerType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/schedulerschedulerType
configuration - Virtuozzo::SOAP::Types::Scheduler::ConfigurationType
ok - Virtuozzo::SOAP::Types::Scheduler::SchedulerType::Ok
error - Virtuozzo::SOAP::Types::Scheduler::SchedulerType::Error
add - Virtuozzo::SOAP::Types::Scheduler::Add
remove - Virtuozzo::SOAP::Types::Scheduler::Remove
list - Virtuozzo::SOAP::Types::Scheduler::List
update - Virtuozzo::SOAP::Types::Scheduler::Update
task - Virtuozzo::SOAP::Types::Scheduler::TaskType
Defined Under Namespace
Instance Attribute Summary collapse
-
#add ⇒ Object
Returns the value of attribute add.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#list ⇒ Object
Returns the value of attribute list.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#remove ⇒ Object
Returns the value of attribute remove.
-
#task ⇒ Object
Returns the value of attribute task.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], add = [], remove = [], list = [], update = [], task = []) ⇒ SchedulerType
constructor
A new instance of SchedulerType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], add = [], remove = [], list = [], update = [], task = []) ⇒ SchedulerType
Returns a new instance of SchedulerType.
1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1890 def initialize(configuration = nil, ok = [], error = [], add = [], remove = [], list = [], update = [], task = []) @configuration = configuration @ok = ok @error = error @add = add @remove = remove @list = list @update = update @task = task end |
Instance Attribute Details
#add ⇒ Object
Returns the value of attribute add.
1884 1885 1886 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1884 def add @add end |
#configuration ⇒ Object
Returns the value of attribute configuration.
1881 1882 1883 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1881 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
1883 1884 1885 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1883 def error @error end |
#list ⇒ Object
Returns the value of attribute list.
1886 1887 1888 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1886 def list @list end |
#ok ⇒ Object
Returns the value of attribute ok.
1882 1883 1884 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1882 def ok @ok end |
#remove ⇒ Object
Returns the value of attribute remove.
1885 1886 1887 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1885 def remove @remove end |
#task ⇒ Object
Returns the value of attribute task.
1888 1889 1890 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1888 def task @task end |
#update ⇒ Object
Returns the value of attribute update.
1887 1888 1889 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1887 def update @update end |