Module: Teamwork::Client::File
- Included in:
- Teamwork::Client
- Defined in:
- lib/teamwork/client/file.rb
Instance Method Summary collapse
-
#get_file(id) ⇒ Object
GET a single message return Teamwork::Thing.
Instance Method Details
#get_file(id) ⇒ Object
GET a single message return Teamwork::Thing
8 9 10 |
# File 'lib/teamwork/client/file.rb', line 8 def get_file(id) object_from_response(:get, "files/#{id}", "file") end |