Class: ApiSchema::SerializerDefinition::PriorReference

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_schema/serializer_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descObject

Returns the value of attribute desc

Returns:

  • the current value of desc



7
8
9
# File 'lib/api_schema/serializer_definition.rb', line 7

def desc
  @desc
end

#idObject

Returns the value of attribute id

Returns:

  • the current value of id



7
8
9
# File 'lib/api_schema/serializer_definition.rb', line 7

def id
  @id
end

#typeObject

Returns the value of attribute type

Returns:

  • the current value of type



7
8
9
# File 'lib/api_schema/serializer_definition.rb', line 7

def type
  @type
end