Class: Virtuozzo::SOAP::Types::Servicem::ServicemType

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

Overview

Defined Under Namespace

Classes: Error, Ok, Set_startup_type

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], get = [], set = [], start = [], stop = [], restart = [], set_startup_type = [], service = []) ⇒ ServicemType

Returns a new instance of ServicemType.



1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1829

def initialize(configuration = nil, ok = [], error = [], get = [], set = [], start = [], stop = [], restart = [], set_startup_type = [], service = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @get = get
  @set = set
  @start = start
  @stop = stop
  @restart = restart
  @set_startup_type = set_startup_type
  @service = service
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1818
1819
1820
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1818

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1820
1821
1822
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1820

def error
  @error
end

#getObject

Returns the value of attribute get.



1821
1822
1823
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1821

def get
  @get
end

#okObject

Returns the value of attribute ok.



1819
1820
1821
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1819

def ok
  @ok
end

#restartObject

Returns the value of attribute restart.



1825
1826
1827
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1825

def restart
  @restart
end

#serviceObject

Returns the value of attribute service.



1827
1828
1829
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1827

def service
  @service
end

#setObject

Returns the value of attribute set.



1822
1823
1824
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1822

def set
  @set
end

#set_startup_typeObject

Returns the value of attribute set_startup_type.



1826
1827
1828
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1826

def set_startup_type
  @set_startup_type
end

#startObject

Returns the value of attribute start.



1823
1824
1825
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1823

def start
  @start
end

#stopObject

Returns the value of attribute stop.



1824
1825
1826
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1824

def stop
  @stop
end