Class: Virtuozzo::SOAP::Types::Scheduler::SchedulerType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/scheduler.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#addObject

Returns the value of attribute add.



1884
1885
1886
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1884

def add
  @add
end

#configurationObject

Returns the value of attribute configuration.



1881
1882
1883
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1881

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1883
1884
1885
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1883

def error
  @error
end

#listObject

Returns the value of attribute list.



1886
1887
1888
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1886

def list
  @list
end

#okObject

Returns the value of attribute ok.



1882
1883
1884
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1882

def ok
  @ok
end

#removeObject

Returns the value of attribute remove.



1885
1886
1887
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1885

def remove
  @remove
end

#taskObject

Returns the value of attribute task.



1888
1889
1890
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1888

def task
  @task
end

#updateObject

Returns the value of attribute update.



1887
1888
1889
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1887

def update
  @update
end