class Bugsnag::App

Included Modules

Defined in:

bugsnag/app.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def app_type : String | Nil #

[View source]
def app_type=(app_type : String | Nil) #

[View source]
def build_uuid : String | Nil #

[View source]
def build_uuid=(build_uuid : String | Nil) #

[View source]
def bundle_version : String | Nil #

[View source]
def bundle_version=(bundle_version : String | Nil) #

[View source]
def code_bundle_id : String | Nil #

[View source]
def code_bundle_id=(code_bundle_id : String | Nil) #

[View source]
def dsym_uuids : Array(String) | Nil #

[View source]
def dsym_uuids=(dsym_uuids : Array(String) | Nil) #

[View source]
def duration : Int64 | Nil #

[View source]
def duration=(duration : Int64 | Nil) #

[View source]
def duration_in_foreground : Int64 #

[View source]
def duration_in_foreground=(duration_in_foreground : Int64) #

[View source]
def id : String | Nil #

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

[View source]
def in_foreground : Bool | Nil #

[View source]
def in_foreground=(in_foreground : Bool | Nil) #

[View source]
def release_stage : String | Nil #

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

[View source]
def verion : String | Nil #

[View source]
def verion=(verion : String | Nil) #

[View source]
def version_code : Int64 | Nil #

[View source]
def version_code=(version_code : Int64 | Nil) #

[View source]