Class: Virtuozzo::SOAP::Types::Up2date::ConfigurationType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::ConfigurationType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
Defined Under Namespace
Classes: Connection, Service
Instance Attribute Summary collapse
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#product ⇒ Object
Returns the value of attribute product.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize(connection = nil, product = [], service = nil) ⇒ ConfigurationType
constructor
A new instance of ConfigurationType.
Constructor Details
#initialize(connection = nil, product = [], service = nil) ⇒ ConfigurationType
Returns a new instance of ConfigurationType.
131 132 133 134 135 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 131 def initialize(connection = nil, product = [], service = nil) @connection = connection @product = product @service = service end |
Instance Attribute Details
#connection ⇒ Object
Returns the value of attribute connection.
127 128 129 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 127 def connection @connection end |
#product ⇒ Object
Returns the value of attribute product.
128 129 130 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 128 def product @product end |
#service ⇒ Object
Returns the value of attribute service.
129 130 131 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 129 def service @service end |