Class: Virtuozzo::SOAP::Types::Processm::System_nodeType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::System_nodeType
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#login ⇒ Object
Returns the value of attribute login.
Instance Method Summary collapse
-
#initialize(address = nil, login = nil) ⇒ System_nodeType
constructor
A new instance of System_nodeType.
Constructor Details
#initialize(address = nil, login = nil) ⇒ System_nodeType
Returns a new instance of System_nodeType.
1003 1004 1005 1006 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1003 def initialize(address = nil, login = nil) @address = address @login = login end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
1000 1001 1002 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1000 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
1001 1002 1003 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1001 def login @login end |