Class: TrackerApi::Endpoints::Project
- Defined in:
- lib/tracker_api/endpoints/project.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
- #get(id, params = {}) ⇒ Object
-
#initialize(client) ⇒ Project
constructor
A new instance of Project.
Constructor Details
#initialize(client) ⇒ Project
Returns a new instance of Project.
6 7 8 |
# File 'lib/tracker_api/endpoints/project.rb', line 6 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
4 5 6 |
# File 'lib/tracker_api/endpoints/project.rb', line 4 def client @client end |