Class: Besepa::Activity
- Includes:
- Besepa::ApiCalls::List
- Defined in:
- lib/besepa/activity.rb
Constant Summary collapse
- FIELDS =
[:id, :key, :created_at, :owner, :trackable]
Constants inherited from Resource
Constants included from Utils::Request
Utils::Request::END_POINT_URL_PREFIX
Instance Attribute Summary
Attributes inherited from Resource
Class Method Summary collapse
Methods included from Besepa::ApiCalls::List
Methods inherited from Resource
#allowed_nils, #as_json, handle_errors, #initialize, klass_name, #klass_name, query_params, #serializable_hash, #to_hash
Methods included from Utils::Request
Methods included from Utils::Connection
Constructor Details
This class inherits a constructor from Besepa::Resource
Class Method Details
.api_path(filters = {}) ⇒ Object
12 13 14 |
# File 'lib/besepa/activity.rb', line 12 def api_path(filters={}) '/activities' end |