Class: Virtuozzo::SOAP::Types::Licensem::Parse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::Parse
- 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
-
#body ⇒ Object
Returns the value of attribute body.
-
#serial ⇒ Object
Returns the value of attribute serial.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(body = nil, type = [], serial = []) ⇒ Parse
constructor
A new instance of Parse.
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
#body ⇒ Object
Returns the value of attribute body.
2050 2051 2052 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2050 def body @body end |
#serial ⇒ Object
Returns the value of attribute serial.
2052 2053 2054 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2052 def serial @serial end |
#type ⇒ Object
Returns the value of attribute type.
2051 2052 2053 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2051 def type @type end |