Class: Tinybucket::Resource::Teams

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

Instance Method Summary collapse

Constructor Details

#initialize(role_name, options = {}) ⇒ Teams

Returns a new instance of Teams.



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

def initialize(role_name, options = {})
  @role_name = role_name
  @args = [options]
end

Dynamic Method Handling

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