Class: Height::API::Tasks
- Inherits:
-
Object
- Object
- Height::API::Tasks
- Defined in:
- lib/height/api/tasks.rb
Class Method Summary collapse
Class Method Details
.get(id_or_index) ⇒ Object
10 11 12 13 14 |
# File 'lib/height/api/tasks.rb', line 10 def get(id_or_index) res = Height::Request.get("tasks/#{id_or_index}") Height::Response.parse(res.body) end |