module Deis::Client::Shared

Public Instance Methods

authenticated?() click to toggle source
# File lib/deis/client.rb, line 15
def authenticated?
  !! @auth_token
end