Class: Tinybucket::Resource::Watchers
- Defined in:
- lib/tinybucket/resource/watchers.rb
Instance Method Summary collapse
-
#initialize(repo, options) ⇒ Watchers
constructor
A new instance of Watchers.
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, ) @repo = repo @args = [] end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tinybucket::Resource::Base