Class: Virtuozzo::SOAP::Types::Devm::Virtuozzo_configType
- Inherits:
-
Native_configType
- Object
- Native_configType
- Virtuozzo::SOAP::Types::Devm::Virtuozzo_configType
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzatypesvirtuozzo_configType
body - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
Instance Method Summary collapse
-
#initialize(body = nil) ⇒ Virtuozzo_configType
constructor
A new instance of Virtuozzo_configType.
Constructor Details
#initialize(body = nil) ⇒ Virtuozzo_configType
Returns a new instance of Virtuozzo_configType.
850 851 852 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 850 def initialize(body = nil) @body = body end |
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
848 849 850 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 848 def body @body end |