Class: Virtuozzo::SOAP::Types::Licensem::LicensesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::LicensesType
- Defined in:
- lib/virtuozzo/soap/types/licensem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/licensemlicensesType
body - SOAP::SOAPString
license - Virtuozzo::SOAP::Types::Licensem::LicenseType
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#license ⇒ Object
Returns the value of attribute license.
Instance Method Summary collapse
-
#initialize(body = nil, license = []) ⇒ LicensesType
constructor
A new instance of LicensesType.
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
#body ⇒ Object
Returns the value of attribute body.
32 33 34 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 32 def body @body end |
#license ⇒ Object
Returns the value of attribute license.
33 34 35 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 33 def license @license end |