Class: Taskworld::Client
- Inherits:
-
Object
- Object
- Taskworld::Client
- Includes:
- Connection, Endpoints, Request
- Defined in:
- lib/taskworld/client.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#default_space_id ⇒ Object
Returns the value of attribute default_space_id.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#workspaces ⇒ Object
Returns the value of attribute workspaces.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Client
constructor
A new instance of Client.
Methods included from Endpoints::Checklist
#checklist_add_item, #checklist_delete_item, #checklist_update_item
Methods included from Endpoints::Task
#task_create, #task_delete, #task_get, #task_update
Methods included from Endpoints::Tasklist
#tasklist_create, #tasklist_delete, #tasklist_get_all, #tasklist_move_task, #tasklist_update
Methods included from Endpoints::Project
#project_create, #project_delete, #project_get_all, #project_update
Methods included from Request
Constructor Details
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
7 8 9 |
# File 'lib/taskworld/client.rb', line 7 def access_token @access_token end |
#default_space_id ⇒ Object
Returns the value of attribute default_space_id.
7 8 9 |
# File 'lib/taskworld/client.rb', line 7 def default_space_id @default_space_id end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
7 8 9 |
# File 'lib/taskworld/client.rb', line 7 def endpoint @endpoint end |
#workspaces ⇒ Object
Returns the value of attribute workspaces.
7 8 9 |
# File 'lib/taskworld/client.rb', line 7 def workspaces @workspaces end |