Class: Virtuozzo::SOAP::Types::PerfMon::System_nodeType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::PerfMon::System_nodeType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.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.
395 396 397 398 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 395 def initialize(address = nil, login = nil) @address = address @login = login end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
392 393 394 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 392 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
393 394 395 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 393 def login @login end |