Class: Tinybucket::Resource::Team::Base

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

Direct Known Subclasses

Followers, Following, Members, Repos

Instance Method Summary collapse

Constructor Details

#initialize(team_name, options) ⇒ Base

Returns a new instance of Base.



7
8
9
10
# File 'lib/tinybucket/resource/team/base.rb', line 7

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

Dynamic Method Handling

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