Module: Pakyow::Application::Behavior::Endpoints
- Extended by:
- Support::Extension
- Included in:
- Pakyow::Application, Plugin
- Defined in:
- lib/pakyow/application/behavior/endpoints.rb
Instance Attribute Summary collapse
-
#endpoints ⇒ Object
readonly
Instance of Endpoints for path building.
Instance Attribute Details
#endpoints ⇒ Object (readonly)
Instance of Pakyow::Application::Behavior::Endpoints for path building.
29 30 31 |
# File 'lib/pakyow/application/behavior/endpoints.rb', line 29 def endpoints @endpoints end |