Exception: OctadeskApi::MissingTokenError

Inherits:
OctadeskError
  • Object
show all
Defined in:
lib/octadesk_api/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/octadesk_api/errors.rb', line 6

def message
  "access_token is missing, try Octadesk.access_token = xyz"
end