module Badgify

Constants

VERSION

Attributes

api_base[RW]
token[RW]

Public Class Methods

api_url(url = "") click to toggle source
# File lib/badgify.rb, line 24
def self.api_url(url = "")
  @api_base + url
end