Class: JsonapiMapper::Rule
- Inherits:
-
Struct
- Object
- Struct
- JsonapiMapper::Rule
- Defined in:
- lib/jsonapi_mapper.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
17 18 19 |
# File 'lib/jsonapi_mapper.rb', line 17 def attributes @attributes end |
#scope ⇒ Object
Returns the value of attribute scope
17 18 19 |
# File 'lib/jsonapi_mapper.rb', line 17 def scope @scope end |