class Dogapi::Scope

Defined in:

dogapi/common.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : Int64 | String | Time | Nil = nil, device : Int64 | String | Time | Nil = nil) #

[View source]

Instance Method Detail

def device : Int64 | String | Time | Nil #

[View source]
def device=(device : Int64 | String | Time | Nil) #

[View source]
def host : Int64 | String | Time | Nil #

[View source]
def host=(host : Int64 | String | Time | Nil) #

[View source]