Class: Virtuozzo::SOAP::Types::Devm::Common_deviceType

Inherits:
Object
  • Object
show all
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

Windows_deviceType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#descriptionObject

Returns the value of attribute description.



2512
2513
2514
# File 'lib/virtuozzo/soap/types/devm.rb', line 2512

def description
  @description
end

#nameObject

Returns the value of attribute name.



2511
2512
2513
# File 'lib/virtuozzo/soap/types/devm.rb', line 2511

def name
  @name
end