Class: Tinybucket::Resource::Repos
- Defined in:
- lib/tinybucket/resource/repos.rb
Instance Method Summary collapse
- #create(_options) ⇒ Object
- #find(_options) ⇒ Object
-
#initialize(owner, options) ⇒ Repos
constructor
A new instance of Repos.
Constructor Details
#initialize(owner, options) ⇒ Repos
Returns a new instance of Repos.
6 7 8 9 |
# File 'lib/tinybucket/resource/repos.rb', line 6 def initialize(owner, ) @owner = owner @args = [] end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tinybucket::Resource::Base
Instance Method Details
#create(_options) ⇒ Object
11 12 13 |
# File 'lib/tinybucket/resource/repos.rb', line 11 def create() raise NotImplementedError end |
#find(_options) ⇒ Object
15 16 17 |
# File 'lib/tinybucket/resource/repos.rb', line 15 def find() raise NotImplementedError end |