Class: Virtuozzo::SOAP::Types::Envm::Del_script

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmdel_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) ⇒ Del_script

Returns a new instance of Del_script.



3092
3093
3094
3095
3096
# File 'lib/virtuozzo/soap/types/envm.rb', line 3092

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.



3088
3089
3090
# File 'lib/virtuozzo/soap/types/envm.rb', line 3088

def eid
  @eid
end

#nameObject

Returns the value of attribute name.



3090
3091
3092
# File 'lib/virtuozzo/soap/types/envm.rb', line 3090

def name
  @name
end

#typeObject

Returns the value of attribute type.



3089
3090
3091
# File 'lib/virtuozzo/soap/types/envm.rb', line 3089

def type
  @type
end