Method: YARD::Serializers::Base#serialized_path

Defined in:
lib/yard/serializers/base.rb

#serialized_path(object) ⇒ String

This method is abstract.

This method should return the path of the object on the endpoint. For instance, for a file serializer, this should return the filename that represents the object on disk.

The serialized path of an object

Parameters:

Returns:

  • (String)

    the serialized path of an object


50
# File 'lib/yard/serializers/base.rb', line 50

def serialized_path(object) end