struct UserAgent::Device

Defined in:

user_agent_parser.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(model : String | Nil = nil, brand : String | Nil = nil, name : String | Nil = nil) #

[View source]

Class Method Detail

def self.from_match(match, parser_definition) #

[View source]

Instance Method Detail

def brand : String | Nil #

def clone #

[View source]
def copy_with(model _model = @model, brand _brand = @brand, name _name = @name) #

[View source]
def model : String | Nil #

def name : String | Nil #