Class: Virtuozzo::SOAP::Types::Envm::Put_private
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Put_private
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/envmput_private
eid - (any)
name - SOAP::SOAPString
value - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(eid = nil, name = nil, value = nil) ⇒ Put_private
constructor
A new instance of Put_private.
Constructor Details
#initialize(eid = nil, name = nil, value = nil) ⇒ Put_private
Returns a new instance of Put_private.
3524 3525 3526 3527 3528 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3524 def initialize(eid = nil, name = nil, value = nil) @eid = eid @name = name @value = value end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
3520 3521 3522 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3520 def eid @eid end |
#name ⇒ Object
Returns the value of attribute name.
3521 3522 3523 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3521 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
3522 3523 3524 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3522 def value @value end |