Method: Peddler::Client#path

Defined in:
lib/peddler/client.rb,
lib/peddler/client.rb

#pathString

The HTTP path of the API

Returns:

  • (String)


125
126
127
# File 'lib/peddler/client.rb', line 125

def path
  @path ||= self.class.path
end