class Bugsnag::Notifier

Included Modules

Defined in:

bugsnag/notifier.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, version : String, url : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : 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]