Class: Virtuozzo::SOAP::Types::Devm::Common_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::Common_deviceType
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/devmcommon_deviceType
name - SOAP::SOAPString
description - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, description = nil) ⇒ Common_deviceType
constructor
A new instance of Common_deviceType.
Constructor Details
#initialize(name = nil, description = nil) ⇒ Common_deviceType
Returns a new instance of Common_deviceType.
2514 2515 2516 2517 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2514 def initialize(name = nil, description = nil) @name = name @description = description end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
2512 2513 2514 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2512 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
2511 2512 2513 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2511 def name @name end |