Class: Onfleet::Worker

Inherits:
OnfleetObject show all
Includes:
Actions::Create, Actions::Delete, Actions::Get, Actions::List, Actions::Save, Actions::Update
Defined in:
lib/onfleet-ruby/worker.rb

Instance Attribute Summary

Attributes inherited from OnfleetObject

#params

Class Method Summary collapse

Methods included from Actions::Delete

included

Methods included from Actions::Update

included

Methods included from Actions::Save

#save

Methods included from Actions::Get

included

Methods included from Actions::List

included

Methods included from Actions::Create

included

Methods inherited from OnfleetObject

#api_url, #attributes, #class_name, #initialize, #parse_response

Constructor Details

This class inherits a constructor from Onfleet::OnfleetObject

Class Method Details

.api_urlObject



11
12
13
# File 'lib/onfleet-ruby/worker.rb', line 11

def self.api_url
  '/workers'
end