Class: Tinybucket::Resource::Watchers

Inherits:
Base
  • Object
show all
Defined in:
lib/tinybucket/resource/watchers.rb

Instance Method Summary collapse

Constructor Details

#initialize(repo, options) ⇒ Watchers

Returns a new instance of Watchers.



6
7
8
9
# File 'lib/tinybucket/resource/watchers.rb', line 6

def initialize(repo, options)
  @repo = repo
  @args = [options]
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tinybucket::Resource::Base