Class: Virtuozzo::SOAP::Types::Envm::Set_script
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Set_script
- 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
-
#body ⇒ Object
Returns the value of attribute body.
-
#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, body = nil) ⇒ Set_script
constructor
A new instance of Set_script.
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
#body ⇒ Object
Returns the value of attribute body.
3067 3068 3069 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3067 def body @body end |
#eid ⇒ Object
Returns the value of attribute eid.
3064 3065 3066 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3064 def eid @eid end |
#name ⇒ Object
Returns the value of attribute name.
3066 3067 3068 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3066 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
3065 3066 3067 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3065 def type @type end |