Class: Virtuozzo::SOAP::Types::Licensem::Update
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::Update
- Defined in:
- lib/virtuozzo/soap/types/licensem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/licensemupdate
serial - SOAP::SOAPString
Instance Attribute Summary collapse
-
#serial ⇒ Object
Returns the value of attribute serial.
Instance Method Summary collapse
-
#initialize(serial = nil) ⇒ Update
constructor
A new instance of Update.
Constructor Details
#initialize(serial = nil) ⇒ Update
Returns a new instance of Update.
2086 2087 2088 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2086 def initialize(serial = nil) @serial = serial end |
Instance Attribute Details
#serial ⇒ Object
Returns the value of attribute serial.
2084 2085 2086 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2084 def serial @serial end |