class Firebell::Configuration

Attributes

host[W]
notify_release_stages[W]
release_stage[RW]
token[RW]
url[W]

Public Instance Methods

host() click to toggle source
# File lib/firebell.rb, line 19
def host
  @host ||= "https://firebellapp.com"
end
notify_release_stages() click to toggle source
# File lib/firebell.rb, line 31
def notify_release_stages
  @notify_release_stages ||= []
end
path() click to toggle source
# File lib/firebell.rb, line 23
def path
  @path ||= "/api/v1/events"
end
url() click to toggle source
# File lib/firebell.rb, line 27
def url
  @url ||= "#{host}#{path}"
end