module Octofart
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/octofart.rb, line 23 def self.client @client ||= Client.new( max_retries: max_retries, access_token: github_token, ) end
configure() { |config| ... }
click to toggle source
# File lib/octofart.rb, line 30 def self.configure(&blk) yield(config) end
Private Class Methods
config()
click to toggle source
# File lib/octofart.rb, line 34 def self.config @config ||= Config.new end