Class: Virtuozzo::SOAP::Types::Authm::Authenticate
- Inherits:
-
Auth_nameType
- Object
- Auth_nameType
- Virtuozzo::SOAP::Types::Authm::Authenticate
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmauthenticate
name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
realm - (any)
password - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#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) ⇒ Authenticate
constructor
A new instance of Authenticate.
Constructor Details
#initialize(name = nil, domain = nil, realm = nil, password = nil) ⇒ Authenticate
Returns a new instance of Authenticate.
2346 2347 2348 2349 2350 2351 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2346 def initialize(name = nil, domain = nil, realm = nil, password = nil) @name = name @domain = domain @realm = realm @password = password end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
2342 2343 2344 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2342 def domain @domain end |
#name ⇒ Object
Returns the value of attribute name.
2341 2342 2343 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2341 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
2344 2345 2346 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2344 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm.
2343 2344 2345 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2343 def realm @realm end |