Class: Virtuozzo::SOAP::Types::Authm::System_nodeType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::System_nodeType
- Defined in:
- lib/virtuozzo/soap/types/authm.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.
405 406 407 408 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 405 def initialize(address = nil, login = nil) @address = address @login = login end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
402 403 404 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 402 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
403 404 405 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 403 def login @login end |