Class: Virtuozzo::SOAP::Types::Envm::Get_private
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Get_private
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/envmget_private
eid - (any)
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(eid = nil, name = nil) ⇒ Get_private
constructor
A new instance of Get_private.
Constructor Details
#initialize(eid = nil, name = nil) ⇒ Get_private
Returns a new instance of Get_private.
3538 3539 3540 3541 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3538 def initialize(eid = nil, name = nil) @eid = eid @name = name end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
3535 3536 3537 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3535 def eid @eid end |
#name ⇒ Object
Returns the value of attribute name.
3536 3537 3538 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3536 def name @name end |