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



5
6
7
# File 'lib/api_schema/serializer_definition.rb', line 5

def desc
  @desc
end

#idObject

Returns the value of attribute id



5
6
7
# File 'lib/api_schema/serializer_definition.rb', line 5

def id
  @id
end

#typeObject

Returns the value of attribute type



5
6
7
# File 'lib/api_schema/serializer_definition.rb', line 5

def type
  @type
end