class DeviceDetector::Parser::Mobile::SingleModelMobile

Included Modules

Defined in:

device_detector/parser/mobile.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def model : String #

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

[View source]
def regex : String #

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

[View source]
def type : String | Nil #

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

[View source]