Class: Virtuozzo::SOAP::Types::Resourcem::Resource_poolType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Resourcem::Resource_poolType
- Defined in:
- lib/virtuozzo/soap/types/resourcem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/resourcemresource_poolType
type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil) ⇒ Resource_poolType
constructor
A new instance of Resource_poolType.
Constructor Details
#initialize(type = nil) ⇒ Resource_poolType
Returns a new instance of Resource_poolType.
29 30 31 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 29 def initialize(type = nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
27 28 29 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 27 def type @type end |