class Bugsnag::Session

Included Modules

Defined in:

bugsnag/session.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def events : NamedTuple(handled: Int64, unhandled: Int64) | Nil #

[View source]
def events=(events : NamedTuple(handled: Int64, unhandled: Int64) | Nil) #

[View source]
def id : String #

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

[View source]
def started_at : String #

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

[View source]