class MyJohnDeereApi::NotYetImplementedError

This error is used in a context that will fail in the absence of a valid oAuth access token. We have classes that may only need access tokens for some use cases.

Public Class Methods

new(message = 'This is not yet implemented. View README to help make this gem better!') click to toggle source
Calls superclass method
# File lib/my_john_deere_api/errors/not_yet_implemented_error.rb, line 8
def initialize(message = 'This is not yet implemented. View README to help make this gem better!')
  super
end