Class: Rack::BetaSite::Request
- Inherits:
-
Request
- Object
- Request
- Rack::BetaSite::Request
- Defined in:
- lib/bacchus/rack/beta_site.rb
Instance Method Summary collapse
Instance Method Details
#path ⇒ Object
11 12 13 |
# File 'lib/bacchus/rack/beta_site.rb', line 11 def path @new_path || super end |
#path=(new_path) ⇒ Object
7 8 9 |
# File 'lib/bacchus/rack/beta_site.rb', line 7 def path=(new_path) @new_path = new_path end |