Class: Backlog4r::BacklogAdmin

Inherits:
Backlog
  • Object
show all
Defined in:
lib/backlog4r.rb

Instance Method Summary collapse

Methods inherited from Backlog

#method_missing

Constructor Details

#initialize(space_name, user_id, password) ⇒ BacklogAdmin



40
41
42
# File 'lib/backlog4r.rb', line 40

def initialize(space_name, user_id, password)
  super(space_name, user_id, password, 'backlog.admin')
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Backlog4r::Backlog