abstract class Browser::Platform::Base

Direct Known Subclasses

Defined in:

browser/platform/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ua : String, platform : Nil | Browser::Platform = nil) #

[View source]

Instance Method Detail

abstract def id : String #

[View source]
abstract def match? : Bool #

[View source]
abstract def name : String #

[View source]
def platform : Platform | Nil #

[View source]
def ua : String #

[View source]
abstract def version : String #

[View source]