Class: Virtuozzo::SOAP::Types::Envm::Script
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Script
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmscript
name - SOAP::SOAPString
type - SOAP::SOAPString
description - SOAP::SOAPBase64
body - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(name = nil, type = nil, description = nil, body = nil) ⇒ Script
constructor
A new instance of Script.
Constructor Details
#initialize(name = nil, type = nil, description = nil, body = nil) ⇒ Script
Returns a new instance of Script.
3030 3031 3032 3033 3034 3035 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3030 def initialize(name = nil, type = nil, description = nil, body = nil) @name = name @type = type @description = description @body = body end |
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
3028 3029 3030 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3028 def body @body end |
#description ⇒ Object
Returns the value of attribute description.
3027 3028 3029 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3027 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
3025 3026 3027 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3025 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
3026 3027 3028 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3026 def type @type end |