Method: CFoundry::V1::Client#logout

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

#logoutObject

Clear client token. No requests are made for this.



204
205
206
# File 'lib/cfoundry/v1/client.rb', line 204

def logout
  @base.token = nil
end