Class: Orthoses::Store
- Inherits:
-
Object
- Object
- Orthoses::Store
- Defined in:
- lib/orthoses/store.rb
Overview
Internal middleware for return store object Builder set this middleware on last stack by default
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(loader) ⇒ Store
constructor
A new instance of Store.
Constructor Details
#initialize(loader) ⇒ Store
Returns a new instance of Store.
7 8 9 |
# File 'lib/orthoses/store.rb', line 7 def initialize(loader) @loader = loader end |