Class: Virtuozzo::SOAP::Types::Authm::Set_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) ⇒ 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

#passwordObject

Returns the value of attribute password.



2312
2313
2314
# File 'lib/virtuozzo/soap/types/authm.rb', line 2312

def password
  @password
end

#realmObject

Returns the value of attribute realm.



2311
2312
2313
# File 'lib/virtuozzo/soap/types/authm.rb', line 2311

def realm
  @realm
end