Class: Virtuozzo::SOAP::Types::Servicem::Get
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::Get
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/servicemget
name - SOAP::SOAPString
state - (any)
level - (any)
dependencies - (any)
Instance Attribute Summary collapse
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#level ⇒ Object
Returns the value of attribute level.
-
#name ⇒ Object
Returns the value of attribute name.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(name = nil, state = nil, level = nil, dependencies = nil) ⇒ Get
constructor
A new instance of Get.
Constructor Details
#initialize(name = nil, state = nil, level = nil, dependencies = nil) ⇒ Get
Returns a new instance of Get.
2057 2058 2059 2060 2061 2062 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2057 def initialize(name = nil, state = nil, level = nil, dependencies = nil) @name = name @state = state @level = level @dependencies = dependencies end |
Instance Attribute Details
#dependencies ⇒ Object
Returns the value of attribute dependencies.
2055 2056 2057 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2055 def dependencies @dependencies end |
#level ⇒ Object
Returns the value of attribute level.
2054 2055 2056 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2054 def level @level end |
#name ⇒ Object
Returns the value of attribute name.
2052 2053 2054 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2052 def name @name end |
#state ⇒ Object
Returns the value of attribute state.
2053 2054 2055 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2053 def state @state end |