Class: Virtuozzo::SOAP::Types::Licensem::List

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/licensemlist

serial - SOAP::SOAPString
type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serial = [], type = []) ⇒ List

Returns a new instance of List.



2020
2021
2022
2023
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2020

def initialize(serial = [], type = [])
  @serial = serial
  @type = type
end

Instance Attribute Details

#serialObject

Returns the value of attribute serial.



2017
2018
2019
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2017

def serial
  @serial
end

#typeObject

Returns the value of attribute type.



2018
2019
2020
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2018

def type
  @type
end