Class: SparkApi::Models::EmailLink
- Extended by:
- Finders
- Defined in:
- lib/spark_api/models/email_link.rb
Constant Summary
Constants included from Paginate
Instance Attribute Summary collapse
-
#sort_id ⇒ Object
Returns the value of attribute sort_id.
-
#template ⇒ Object
Returns the value of attribute template.
Attributes inherited from Base
Instance Method Summary collapse
Methods included from Finders
Methods inherited from Base
connection, #connection, count, element_name, element_name=, first, get, #id, #initialize, #load, #method_missing, #parse_id, path, #path, #persisted?, prefix, prefix=, #resource_pluralized, #resource_uri, #respond_to?, #to_param, #to_partial_path
Methods included from Paginate
#collect, #paginate, #per_page
Methods included from Dirty
#changed, #changed?, #changed_attributes, #changes, #dirty_attributes, #previous_changes
Constructor Details
This class inherits a constructor from SparkApi::Models::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class SparkApi::Models::Base
Instance Attribute Details
#sort_id ⇒ Object
Returns the value of attribute sort_id.
10 11 12 |
# File 'lib/spark_api/models/email_link.rb', line 10 def sort_id @sort_id end |
#template ⇒ Object
Returns the value of attribute template.
10 11 12 |
# File 'lib/spark_api/models/email_link.rb', line 10 def template @template end |
Instance Method Details
#filter ⇒ Object
12 13 14 |
# File 'lib/spark_api/models/email_link.rb', line 12 def filter "EmailLink Eq '#{id}'" end |
#listing_search_role ⇒ Object
16 17 18 |
# File 'lib/spark_api/models/email_link.rb', line 16 def listing_search_role :public end |