Class: Virtuozzo::SOAP::Types::Sessionm::Login

Inherits:
Auth_nameType show all
Defined in:
lib/virtuozzo/soap/types/sessionm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/sessionmlogin

name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
realm - (any)
password - SOAP::SOAPBase64
expiration - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, domain = nil, realm = nil, password = nil, expiration = nil) ⇒ Login

Returns a new instance of Login.



2037
2038
2039
2040
2041
2042
2043
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2037

def initialize(name = nil, domain = nil, realm = nil, password = nil, expiration = nil)
  @name = name
  @domain = domain
  @realm = realm
  @password = password
  @expiration = expiration
end

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



2032
2033
2034
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2032

def domain
  @domain
end

#expirationObject

Returns the value of attribute expiration.



2035
2036
2037
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2035

def expiration
  @expiration
end

#nameObject

Returns the value of attribute name.



2031
2032
2033
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2031

def name
  @name
end

#passwordObject

Returns the value of attribute password.



2034
2035
2036
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2034

def password
  @password
end

#realmObject

Returns the value of attribute realm.



2033
2034
2035
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2033

def realm
  @realm
end