Class: Virtuozzo::SOAP::Types::Authm::Add_realm

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#passwordObject

Returns the value of attribute password.



2299
2300
2301
# File 'lib/virtuozzo/soap/types/authm.rb', line 2299

def password
  @password
end

#realmObject

Returns the value of attribute realm.



2298
2299
2300
# File 'lib/virtuozzo/soap/types/authm.rb', line 2298

def realm
  @realm
end