Class: Virtuozzo::SOAP::Types::Licensem::LicensesType

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(body = nil, license = []) ⇒ LicensesType

Returns a new instance of LicensesType.



35
36
37
38
# File 'lib/virtuozzo/soap/types/licensem.rb', line 35

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

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



32
33
34
# File 'lib/virtuozzo/soap/types/licensem.rb', line 32

def body
  @body
end

#licenseObject

Returns the value of attribute license.



33
34
35
# File 'lib/virtuozzo/soap/types/licensem.rb', line 33

def license
  @license
end