Class: PointRb::Actions::CreateProjectWrapper
- Inherits:
-
Object
- Object
- PointRb::Actions::CreateProjectWrapper
- Defined in:
- lib/pointrb/actions/create_project_wrapper.rb
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#initialize(app) ⇒ CreateProjectWrapper
constructor
A new instance of CreateProjectWrapper.
Constructor Details
#initialize(app) ⇒ CreateProjectWrapper
Returns a new instance of CreateProjectWrapper.
4 5 6 |
# File 'lib/pointrb/actions/create_project_wrapper.rb', line 4 def initialize(app) @app = app end |