Class: Virtuozzo::SOAP::Types::Envm::Set_script

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/envm.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmset_script

eid - (any)
type - SOAP::SOAPString
name - SOAP::SOAPString
body - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, type = nil, name = nil, body = nil) ⇒ Set_script

Returns a new instance of Set_script.



3069
3070
3071
3072
3073
3074
# File 'lib/virtuozzo/soap/types/envm.rb', line 3069

def initialize(eid = nil, type = nil, name = nil, body = nil)
  @eid = eid
  @type = type
  @name = name
  @body = body
end

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



3067
3068
3069
# File 'lib/virtuozzo/soap/types/envm.rb', line 3067

def body
  @body
end

#eidObject

Returns the value of attribute eid.



3064
3065
3066
# File 'lib/virtuozzo/soap/types/envm.rb', line 3064

def eid
  @eid
end

#nameObject

Returns the value of attribute name.



3066
3067
3068
# File 'lib/virtuozzo/soap/types/envm.rb', line 3066

def name
  @name
end

#typeObject

Returns the value of attribute type.



3065
3066
3067
# File 'lib/virtuozzo/soap/types/envm.rb', line 3065

def type
  @type
end