Class: Virtuozzo::SOAP::Types::Envm::Auth_nameType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Auth_nameType
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesauth_nameType
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) ⇒ 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.
1217 1218 1219 1220 1221 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1217 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.
1214 1215 1216 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1214 def domain @domain end |
#name ⇒ Object
Returns the value of attribute name.
1213 1214 1215 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1213 def name @name end |
#realm ⇒ Object
Returns the value of attribute realm.
1215 1216 1217 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1215 def realm @realm end |