Class: Virtuozzo::SOAP::Types::Sessionm::Auth_nameType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::Auth_nameType
- Defined in:
- lib/virtuozzo/soap/types/sessionm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesauth_nameType
name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
realm - (any)
Direct Known Subclasses
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) ⇒ Auth_nameType
constructor
A new instance of Auth_nameType.
Constructor Details
#initialize(name = nil, domain = nil, realm = nil) ⇒ Auth_nameType
Returns a new instance of Auth_nameType.
977 978 979 980 981 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 977 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.
974 975 976 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 974 def domain @domain end |
#name ⇒ Object
Returns the value of attribute name.
973 974 975 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 973 def name @name end |
#realm ⇒ Object
Returns the value of attribute realm.
975 976 977 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 975 def realm @realm end |