Class: JsonapiMapper::Type
- Inherits:
-
Struct
- Object
- Struct
- JsonapiMapper::Type
- Defined in:
- lib/jsonapi_mapper.rb
Instance Attribute Summary collapse
-
#class ⇒ Object
Returns the value of attribute class.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rule ⇒ Object
Returns the value of attribute rule.
Instance Attribute Details
#class ⇒ Object
Returns the value of attribute class
15 16 17 |
# File 'lib/jsonapi_mapper.rb', line 15 def class @class end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/jsonapi_mapper.rb', line 15 def name @name end |
#rule ⇒ Object
Returns the value of attribute rule
15 16 17 |
# File 'lib/jsonapi_mapper.rb', line 15 def rule @rule end |