class Cronjob::Client

Constants

API_VERSION
DEFAULT_API_URL

Attributes

conn[RW]

Public Class Methods

new() click to toggle source
# File lib/cronjob/client.rb, line 8
def initialize
  @conn = Faraday.new(url: DEFAULT_API_URL)
end