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
7 8 9 |
# File 'lib/api_schema/serializer_definition.rb', line 7 def desc @desc end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/api_schema/serializer_definition.rb', line 7 def id @id end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/api_schema/serializer_definition.rb', line 7 def type @type end |