Class: Virtuozzo::SOAP::Types::Licensem::Delete
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::Delete
- Defined in:
- lib/virtuozzo/soap/types/licensem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/licensemdelete
type - SOAP::SOAPString
serial - SOAP::SOAPString
Instance Attribute Summary collapse
-
#serial ⇒ Object
Returns the value of attribute serial.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = [], serial = []) ⇒ Delete
constructor
A new instance of Delete.
Constructor Details
#initialize(type = [], serial = []) ⇒ Delete
Returns a new instance of Delete.
2068 2069 2070 2071 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2068 def initialize(type = [], serial = []) @type = type @serial = serial end |
Instance Attribute Details
#serial ⇒ Object
Returns the value of attribute serial.
2066 2067 2068 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2066 def serial @serial end |
#type ⇒ Object
Returns the value of attribute type.
2065 2066 2067 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2065 def type @type end |