Method: Pcloud::Client#username=

Defined in:
lib/pcloud/client.rb

#username=(value) ⇒ Object (writeonly)

Sets the attribute username

Parameters:

  • value

    the value to set the attribute username to.



8
9
10
# File 'lib/pcloud/client.rb', line 8

def username=(value)
  @username = value
end