Class: Virtuozzo::SOAP::Types::Sessionm::Login
- Inherits:
-
Auth_nameType
- Object
- Auth_nameType
- Virtuozzo::SOAP::Types::Sessionm::Login
- 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
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#expiration ⇒ Object
Returns the value of attribute expiration.
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#realm ⇒ Object
Returns the value of attribute realm.
Instance Method Summary collapse
-
#initialize(name = nil, domain = nil, realm = nil, password = nil, expiration = nil) ⇒ Login
constructor
A new instance of Login.
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
#domain ⇒ Object
Returns the value of attribute domain.
2032 2033 2034 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2032 def domain @domain end |
#expiration ⇒ Object
Returns the value of attribute expiration.
2035 2036 2037 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2035 def expiration @expiration end |
#name ⇒ Object
Returns the value of attribute name.
2031 2032 2033 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2031 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
2034 2035 2036 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2034 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm.
2033 2034 2035 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2033 def realm @realm end |