Method: HTTPHelper.token=

Defined in:
lib/committer-tools.rb

.token=(value) ⇒ Object (writeonly)

Sets the attribute token

Parameters:

  • the value to set the attribute token to.



6
7
8
# File 'lib/committer-tools.rb', line 6

def token=(value)
  @token = value
end