Method: CFoundry::V1::Client#token=

Defined in:
lib/cfoundry/v1/client.rb

#token=(token) ⇒ Object

Set the authentication token.



34
35
36
# File 'lib/cfoundry/v1/client.rb', line 34

def token=(token)
  @base.token = token
end