class Dogapi::Scope

Metadata class to hold the scope of an API call

Attributes

device[R]
host[R]

Public Class Methods

new(host=nil, device=nil) click to toggle source
# File lib/dogapi/common.rb, line 15
def initialize(host=nil, device=nil)
  @host = host
  @device = device
end