Class: Backlog4r::BacklogUser

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) ⇒ BacklogUser

Returns a new instance of BacklogUser.



34
35
36
# File 'lib/backlog4r.rb', line 34

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

Dynamic Method Handling

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