Class: Virtuozzo::SOAP::Types::Envm::Get_script
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Get_script
- 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
-
#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) ⇒ Get_script
constructor
A new instance of Get_script.
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
#eid ⇒ Object
Returns the value of attribute eid.
3043 3044 3045 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3043 def eid @eid end |
#name ⇒ Object
Returns the value of attribute name.
3045 3046 3047 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3045 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
3044 3045 3046 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3044 def type @type end |