Class: Virtuozzo::SOAP::Types::Authm::LoginType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::LoginType
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmloginType
name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
realm - (any)
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#name ⇒ Object
Returns the value of attribute name.
-
#realm ⇒ Object
Returns the value of attribute realm.
Instance Method Summary collapse
-
#initialize(name = nil, domain = nil, realm = nil) ⇒ LoginType
constructor
A new instance of LoginType.
Constructor Details
#initialize(name = nil, domain = nil, realm = nil) ⇒ LoginType
Returns a new instance of LoginType.
39 40 41 42 43 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 39 def initialize(name = nil, domain = nil, realm = nil) @name = name @domain = domain @realm = realm end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
36 37 38 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 36 def domain @domain end |
#name ⇒ Object
Returns the value of attribute name.
35 36 37 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 35 def name @name end |
#realm ⇒ Object
Returns the value of attribute realm.
37 38 39 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 37 def realm @realm end |