class Bugsnag::Config

Defined in:

bugsnag/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def api_key : String #

[View source]
def api_key=(api_key : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def release_stage : String #

[View source]
def release_stage=(release_stage : String) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]