Class: Backlog4r::BacklogUser
- Defined in:
- lib/backlog4r.rb
Instance Method Summary collapse
-
#initialize(space_name, user_id, password) ⇒ BacklogUser
constructor
A new instance of BacklogUser.
Methods inherited from Backlog
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