Class: Enlight::Requests::SearchUserActivity
- Includes:
- Searchable
- Defined in:
- lib/enlight/requests/search_user_activity.rb
Instance Attribute Summary collapse
-
#activity_after ⇒ Object
Returns the value of attribute activity_after.
-
#activity_before ⇒ Object
Returns the value of attribute activity_before.
-
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes included from Searchable
#name, #page_index, #page_size, #sort
Attributes inherited from Request
Method Summary
Methods inherited from Request
#build_uri, #fetch, #initialize, #resource
Constructor Details
This class inherits a constructor from Enlight::Requests::Request
Instance Attribute Details
#activity_after ⇒ Object
Returns the value of attribute activity_after.
8 9 10 |
# File 'lib/enlight/requests/search_user_activity.rb', line 8 def activity_after @activity_after end |
#activity_before ⇒ Object
Returns the value of attribute activity_before.
9 10 11 |
# File 'lib/enlight/requests/search_user_activity.rb', line 9 def activity_before @activity_before end |
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
7 8 9 |
# File 'lib/enlight/requests/search_user_activity.rb', line 7 def user_external_id @user_external_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
6 7 8 |
# File 'lib/enlight/requests/search_user_activity.rb', line 6 def user_id @user_id end |