Class: Virtuozzo::SOAP::Types::Envm::Script

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#bodyObject

Returns the value of attribute body.



3028
3029
3030
# File 'lib/virtuozzo/soap/types/envm.rb', line 3028

def body
  @body
end

#descriptionObject

Returns the value of attribute description.



3027
3028
3029
# File 'lib/virtuozzo/soap/types/envm.rb', line 3027

def description
  @description
end

#nameObject

Returns the value of attribute name.



3025
3026
3027
# File 'lib/virtuozzo/soap/types/envm.rb', line 3025

def name
  @name
end

#typeObject

Returns the value of attribute type.



3026
3027
3028
# File 'lib/virtuozzo/soap/types/envm.rb', line 3026

def type
  @type
end