Class: Onfleet::Destination

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

Instance Attribute Summary

Attributes inherited from OnfleetObject

#params

Class Method Summary collapse

Methods included from Actions::Get

included

Methods included from Actions::Save

#save

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



8
9
10
# File 'lib/onfleet-ruby/destination.rb', line 8

def self.api_url
  '/destinations'
end