Class: Virtuozzo::SOAP::Types::Envm::Get_script

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, type = nil, name = nil) ⇒ Get_script

Returns a new instance of Get_script.



3047
3048
3049
3050
3051
# File 'lib/virtuozzo/soap/types/envm.rb', line 3047

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

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



3043
3044
3045
# File 'lib/virtuozzo/soap/types/envm.rb', line 3043

def eid
  @eid
end

#nameObject

Returns the value of attribute name.



3045
3046
3047
# File 'lib/virtuozzo/soap/types/envm.rb', line 3045

def name
  @name
end

#typeObject

Returns the value of attribute type.



3044
3045
3046
# File 'lib/virtuozzo/soap/types/envm.rb', line 3044

def type
  @type
end