class OctadeskApi::MissingTokenError

Public Instance Methods

message() click to toggle source
# File lib/octadesk_api/errors.rb, line 6
def message
  "access_token is missing, try Octadesk.access_token = xyz"
end