Class: Virtuozzo::SOAP::Types::Authm::Add_realm
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Add_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) ⇒ Add_realm
constructor
A new instance of Add_realm.
Constructor Details
#initialize(realm = nil, password = nil) ⇒ Add_realm
Returns a new instance of Add_realm.
2301 2302 2303 2304 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2301 def initialize(realm = nil, password = nil) @realm = realm @password = password end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
2299 2300 2301 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2299 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm.
2298 2299 2300 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2298 def realm @realm end |