Class: Virtuozzo::SOAP::Types::Licensem::Update

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/licensem.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#serialObject

Returns the value of attribute serial.



2084
2085
2086
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2084

def serial
  @serial
end