struct UserAgent::Device

Defined in:

user_agent_parser.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def brand : String? #

def clone #

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

[View source]
def model : String? #

def name : String? #