Class: ApiSchema::SerializerDefinition::PriorReference
- Inherits:
-
Struct
- Object
- Struct
- ApiSchema::SerializerDefinition::PriorReference
- Defined in:
- lib/api_schema/serializer_definition.rb
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc
5 6 7 |
# File 'lib/api_schema/serializer_definition.rb', line 5 def desc @desc end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/api_schema/serializer_definition.rb', line 5 def id @id end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/api_schema/serializer_definition.rb', line 5 def type @type end |