Class: Virtuozzo::SOAP::Types::Envm::Del_script
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Del_script
- 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
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(eid = nil, type = nil, name = nil) ⇒ Del_script
constructor
A new instance of Del_script.
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
#eid ⇒ Object
Returns the value of attribute eid.
3088 3089 3090 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3088 def eid @eid end |
#name ⇒ Object
Returns the value of attribute name.
3090 3091 3092 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3090 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
3089 3090 3091 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3089 def type @type end |