Class: Quill::Endpoint::Activities

Inherits:
Base
  • Object
show all
Defined in:
lib/quill/endpoints.rb

Instance Attribute Summary

Attributes inherited from Base

#api, #name

Instance Method Summary collapse

Methods inherited from Base

#check_keys, #initialize, #list, #update

Constructor Details

This class inherits a constructor from Quill::Endpoint::Base

Instance Method Details

#create(*args) ⇒ Object

Programmatically interact with Activities on Compass. Typically only will read individual records from this resource.

Parameters:

  • properties (Hash)

    properties for create



19
20
21
# File 'lib/quill/endpoints.rb', line 19

def create *args
  super
end

#find(*args) ⇒ Object

Programmatically interact with Activities on Compass. Typically only will read individual records from this resource.

Parameters:

  • id (String)

    the id of the Activity



9
10
11
# File 'lib/quill/endpoints.rb', line 9

def find *args
  super
end