Skip to Content Skip to Search
Methods
D
T

Instance Public methods

disposition()

# File app/serializers/v2/content/not_found_serializer.rb, line 10
def disposition
  object.disposition
end

type()

# File app/serializers/v2/content/not_found_serializer.rb, line 6
def type
  "not-found"
end