Class: Restfulness::Dispatcher
- Inherits:
-
Object
- Object
- Restfulness::Dispatcher
- Defined in:
- lib/restfulness/dispatcher.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
Instance Method Summary collapse
-
#initialize(app) ⇒ Dispatcher
constructor
A new instance of Dispatcher.
Constructor Details
#initialize(app) ⇒ Dispatcher
Returns a new instance of Dispatcher.
8 9 10 |
# File 'lib/restfulness/dispatcher.rb', line 8 def initialize(app) self.app = app end |
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app
6 7 8 |
# File 'lib/restfulness/dispatcher.rb', line 6 def app @app end |