Class: JSONAPI::Serialization::IncludeIteration
- Inherits:
-
Struct
- Object
- Struct
- JSONAPI::Serialization::IncludeIteration
- Defined in:
- lib/json_api/serialization/concerns/includes_serialization.rb
Instance Attribute Summary collapse
-
#association_name ⇒ Object
Returns the value of attribute association_name.
-
#current_record ⇒ Object
Returns the value of attribute current_record.
-
#path_parts ⇒ Object
Returns the value of attribute path_parts.
-
#path_to_related ⇒ Object
Returns the value of attribute path_to_related.
-
#related_record ⇒ Object
Returns the value of attribute related_record.
Instance Attribute Details
#association_name ⇒ Object
Returns the value of attribute association_name
9 10 11 |
# File 'lib/json_api/serialization/concerns/includes_serialization.rb', line 9 def association_name @association_name end |
#current_record ⇒ Object
Returns the value of attribute current_record
9 10 11 |
# File 'lib/json_api/serialization/concerns/includes_serialization.rb', line 9 def current_record @current_record end |
#path_parts ⇒ Object
Returns the value of attribute path_parts
9 10 11 |
# File 'lib/json_api/serialization/concerns/includes_serialization.rb', line 9 def path_parts @path_parts end |
#path_to_related ⇒ Object
Returns the value of attribute path_to_related
9 10 11 |
# File 'lib/json_api/serialization/concerns/includes_serialization.rb', line 9 def @path_to_related end |
#related_record ⇒ Object
Returns the value of attribute related_record
9 10 11 |
# File 'lib/json_api/serialization/concerns/includes_serialization.rb', line 9 def @related_record end |