Class: Bob::Tasks

Inherits:
API
  • Object
show all
Defined in:
lib/bob/api/tasks.rb

Constant Summary

Constants inherited from API

API::BASE_URL, API::SANDBOX_URL

Class Method Summary collapse

Methods inherited from API

build_url, create_csv, delete, get, headers, post, post_file, post_media, put

Class Method Details

.allObject



5
6
7
# File 'lib/bob/api/tasks.rb', line 5

def self.all
  get('tasks')
end