Class: Virtuozzo::SOAP::Types::ResLog::System_nodeType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::System_nodeType
- Defined in:
- lib/virtuozzo/soap/types/res_log.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.
415 416 417 418 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 415 def initialize(address = nil, login = nil) @address = address @login = login end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
412 413 414 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 412 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
413 414 415 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 413 def login @login end |