Module: JsonApiResource::Queryable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Resource
- Defined in:
- lib/json_api_resource/queryable.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- MAX_PAGES_FOR_ALL =
25
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#linked_data ⇒ Object
Returns the value of attribute linked_data.
-
#meta ⇒ Object
Returns the value of attribute meta.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
7 8 9 |
# File 'lib/json_api_resource/queryable.rb', line 7 def errors @errors end |
#linked_data ⇒ Object
Returns the value of attribute linked_data.
6 7 8 |
# File 'lib/json_api_resource/queryable.rb', line 6 def linked_data @linked_data end |
#meta ⇒ Object
Returns the value of attribute meta.
5 6 7 |
# File 'lib/json_api_resource/queryable.rb', line 5 def end |