Class: Virtuozzo::SOAP::Types::Licensem::LicensemType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Licensem::LicensemType
- Defined in:
- lib/virtuozzo/soap/types/licensem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/licensemlicensemType
configuration - Virtuozzo::SOAP::Types::Licensem::ConfigurationType
ok - Virtuozzo::SOAP::Types::Licensem::LicensemType::Ok
error - Virtuozzo::SOAP::Types::Licensem::LicensemType::Error
list - Virtuozzo::SOAP::Types::Licensem::List
install - Virtuozzo::SOAP::Types::Licensem::Install
parse - Virtuozzo::SOAP::Types::Licensem::Parse
delete - Virtuozzo::SOAP::Types::Licensem::Delete
get_hwid - Virtuozzo::SOAP::Types::Licensem::Get_hwid
update - Virtuozzo::SOAP::Types::Licensem::Update
hwid - SOAP::SOAPString
license - Virtuozzo::SOAP::Types::Licensem::LicenseType
licenses - Virtuozzo::SOAP::Types::Licensem::LicensesType
serial - SOAP::SOAPString
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#delete ⇒ Object
Returns the value of attribute delete.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_hwid ⇒ Object
Returns the value of attribute get_hwid.
-
#hwid ⇒ Object
Returns the value of attribute hwid.
-
#install ⇒ Object
Returns the value of attribute install.
-
#license ⇒ Object
Returns the value of attribute license.
-
#licenses ⇒ Object
Returns the value of attribute licenses.
-
#list ⇒ Object
Returns the value of attribute list.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#parse ⇒ Object
Returns the value of attribute parse.
-
#serial ⇒ Object
Returns the value of attribute serial.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], list = [], install = [], parse = [], delete = [], get_hwid = [], update = [], hwid = [], license = [], licenses = [], serial = []) ⇒ LicensemType
constructor
A new instance of LicensemType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], list = [], install = [], parse = [], delete = [], get_hwid = [], update = [], hwid = [], license = [], licenses = [], serial = []) ⇒ LicensemType
Returns a new instance of LicensemType.
1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1808 def initialize(configuration = nil, ok = [], error = [], list = [], install = [], parse = [], delete = [], get_hwid = [], update = [], hwid = [], license = [], licenses = [], serial = []) @configuration = configuration @ok = ok @error = error @list = list @install = install @parse = parse @delete = delete @get_hwid = get_hwid @update = update @hwid = hwid @license = license @licenses = licenses @serial = serial end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
1794 1795 1796 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1794 def configuration @configuration end |
#delete ⇒ Object
Returns the value of attribute delete.
1800 1801 1802 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1800 def delete @delete end |
#error ⇒ Object
Returns the value of attribute error.
1796 1797 1798 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1796 def error @error end |
#get_hwid ⇒ Object
Returns the value of attribute get_hwid.
1801 1802 1803 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1801 def get_hwid @get_hwid end |
#hwid ⇒ Object
Returns the value of attribute hwid.
1803 1804 1805 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1803 def hwid @hwid end |
#install ⇒ Object
Returns the value of attribute install.
1798 1799 1800 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1798 def install @install end |
#license ⇒ Object
Returns the value of attribute license.
1804 1805 1806 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1804 def license @license end |
#licenses ⇒ Object
Returns the value of attribute licenses.
1805 1806 1807 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1805 def licenses @licenses end |
#list ⇒ Object
Returns the value of attribute list.
1797 1798 1799 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1797 def list @list end |
#ok ⇒ Object
Returns the value of attribute ok.
1795 1796 1797 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1795 def ok @ok end |
#parse ⇒ Object
Returns the value of attribute parse.
1799 1800 1801 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1799 def parse @parse end |
#serial ⇒ Object
Returns the value of attribute serial.
1806 1807 1808 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1806 def serial @serial end |
#update ⇒ Object
Returns the value of attribute update.
1802 1803 1804 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1802 def update @update end |