Class: Virtuozzo::SOAP::Types::Devm::System_nodeType::Login

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/devm.rb

Overview

inner class for member: login http://www.swsoft.com/webservices/vzl/4.0.0/typeslogin

user - SOAP::SOAPString
password - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user = nil, password = nil) ⇒ Login

Returns a new instance of Login.



1078
1079
1080
1081
# File 'lib/virtuozzo/soap/types/devm.rb', line 1078

def initialize(user = nil, password = nil)
  @user = user
  @password = password
end

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



1076
1077
1078
# File 'lib/virtuozzo/soap/types/devm.rb', line 1076

def password
  @password
end

#userObject

Returns the value of attribute user.



1075
1076
1077
# File 'lib/virtuozzo/soap/types/devm.rb', line 1075

def user
  @user
end