Class: Virtuozzo::SOAP::Types::Servicem::ServicemType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Servicem::ServicemType
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/servicemservicemType
configuration - Virtuozzo::SOAP::Types::Servicem::ConfigurationType
ok - Virtuozzo::SOAP::Types::Servicem::ServicemType::Ok
error - Virtuozzo::SOAP::Types::Servicem::ServicemType::Error
get - Virtuozzo::SOAP::Types::Servicem::Get
set - Virtuozzo::SOAP::Types::Servicem::Service_actionType
start - Virtuozzo::SOAP::Types::Servicem::Service_actionType
stop - Virtuozzo::SOAP::Types::Servicem::Stop
restart - Virtuozzo::SOAP::Types::Servicem::Service_actionType
set_startup_type - Virtuozzo::SOAP::Types::Servicem::ServicemType::Set_startup_type
service - Virtuozzo::SOAP::Types::Servicem::ServiceType
Defined Under Namespace
Classes: Error, Ok, Set_startup_type
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get ⇒ Object
Returns the value of attribute get.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#restart ⇒ Object
Returns the value of attribute restart.
-
#service ⇒ Object
Returns the value of attribute service.
-
#set ⇒ Object
Returns the value of attribute set.
-
#set_startup_type ⇒ Object
Returns the value of attribute set_startup_type.
-
#start ⇒ Object
Returns the value of attribute start.
-
#stop ⇒ Object
Returns the value of attribute stop.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], get = [], set = [], start = [], stop = [], restart = [], set_startup_type = [], service = []) ⇒ ServicemType
constructor
A new instance of ServicemType.
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
#configuration ⇒ Object
Returns the value of attribute configuration.
1818 1819 1820 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1818 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
1820 1821 1822 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1820 def error @error end |
#get ⇒ Object
Returns the value of attribute get.
1821 1822 1823 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1821 def get @get end |
#ok ⇒ Object
Returns the value of attribute ok.
1819 1820 1821 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1819 def ok @ok end |
#restart ⇒ Object
Returns the value of attribute restart.
1825 1826 1827 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1825 def restart @restart end |
#service ⇒ Object
Returns the value of attribute service.
1827 1828 1829 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1827 def service @service end |
#set ⇒ Object
Returns the value of attribute set.
1822 1823 1824 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1822 def set @set end |
#set_startup_type ⇒ Object
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 |
#start ⇒ Object
Returns the value of attribute start.
1823 1824 1825 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1823 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop.
1824 1825 1826 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1824 def stop @stop end |