Method: PortalModule::Client#password=

Defined in:
lib/portal_module/client.rb

#password=(value) ⇒ Object (writeonly)

Sets the attribute password

Parameters:

  • value

    the value to set the attribute password to.



18
19
20
# File 'lib/portal_module/client.rb', line 18

def password=(value)
  @password = value
end