Class: Virtuozzo::SOAP::Types::Up2date::System_nodeType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::System_nodeType
- Defined in:
- lib/virtuozzo/soap/types/up2date.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.
1191 1192 1193 1194 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1191 def initialize(address = nil, login = nil) @address = address @login = login end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
1188 1189 1190 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1188 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
1189 1190 1191 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1189 def login @login end |