Class: Virtuozzo::SOAP::Types::Licensem::Delete

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

Instance Method Summary collapse

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

#serialObject

Returns the value of attribute serial.



2066
2067
2068
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2066

def serial
  @serial
end

#typeObject

Returns the value of attribute type.



2065
2066
2067
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2065

def type
  @type
end