Class: Backlog4r::User
- Defined in:
- lib/backlog4r/user.rb
Instance Method Summary collapse
-
#initialize(space_name, user_id, password) ⇒ User
constructor
A new instance of User.
Methods inherited from Client
Constructor Details
#initialize(space_name, user_id, password) ⇒ User
3 4 5 |
# File 'lib/backlog4r/user.rb', line 3 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::Client