Class: Virtuozzo::SOAP::Types::Licensem::Parse

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(body = nil, type = [], serial = []) ⇒ Parse

Returns a new instance of Parse.



2054
2055
2056
2057
2058
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2054

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

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



2050
2051
2052
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2050

def body
  @body
end

#serialObject

Returns the value of attribute serial.



2052
2053
2054
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2052

def serial
  @serial
end

#typeObject

Returns the value of attribute type.



2051
2052
2053
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2051

def type
  @type
end