module Roda::Endpoints

Endpoints abstractions

Constants

VERBS
VERSION

Attributes

roda_class[RW]

Public Class Methods

container() click to toggle source

@return [Dry::Container]

# File lib/roda/endpoints.rb, line 16
def self.container
  @container ||= Dry::Container.new
end