class DogapiDemo::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-demo/common.rb 15 def initialize(host=nil, device=nil) 16 @host = host 17 @device = device 18 end