class Dogapi::Scope
- Dogapi::Scope
- Reference
- Object
Defined in:
dogapi/common.crConstructors
Instance Method Summary
- #device : Int64 | String | Time | Nil
- #device=(device : Int64 | String | Time | Nil)
- #host : Int64 | String | Time | Nil
- #host=(host : Int64 | String | Time | Nil)
Constructor Detail
def self.new(host : Int64 | String | Time | Nil = nil, device : Int64 | String | Time | Nil = nil)
#