class Bugsnag::Device

Included Modules

Defined in:

bugsnag/device.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def browser_name : String | Nil #

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

[View source]
def browser_version : String | Nil #

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

[View source]
def free_disk : Int64 | Nil #

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

[View source]
def free_memory : Int64 | Nil #

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

[View source]
def hostname : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def jail_broken : Bool | Nil #

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

[View source]
def manufacturer : String | Nil #

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

[View source]
def model : String | Nil #

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

[View source]
def model_number : String | Nil #

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

[View source]
def orientation : String | Nil #

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

[View source]
def os_name : String | Nil #

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

[View source]
def os_version : String | Nil #

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

[View source]
def total_memory : Int64 | Nil #

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

[View source]