Class: Virtuozzo::SOAP::Types::Authm::Set_realm
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Set_realm
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#realm ⇒ Object
Returns the value of attribute realm.
Instance Method Summary collapse
-
#initialize(realm = nil, password = nil) ⇒ Set_realm
constructor
A new instance of Set_realm.
Constructor Details
#initialize(realm = nil, password = nil) ⇒ Set_realm
Returns a new instance of Set_realm.
2314 2315 2316 2317 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2314 def initialize(realm = nil, password = nil) @realm = realm @password = password end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
2312 2313 2314 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2312 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm.
2311 2312 2313 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2311 def realm @realm end |