class Roda::Endpoints::Endpoint::Item

HTTP endpoint representing a specific item of collection uniquely identified by some parameter.

Public Instance Methods

collection() click to toggle source

@return [Endpoint::Collection]

# File lib/roda/endpoints/endpoint/item.rb, line 15
def collection
  parent
end