Class: JsTestServer::Server::Views::Dir
- Defined in:
- lib/js_test_server/server/views/dir.html.rb
Instance Attribute Summary collapse
-
#absolute_path ⇒ Object
readonly
Returns the value of attribute absolute_path.
-
#relative_path ⇒ Object
readonly
Returns the value of attribute relative_path.
Method Summary
Methods inherited from Page
Instance Attribute Details
#absolute_path ⇒ Object (readonly)
Returns the value of attribute absolute_path.
3 4 5 |
# File 'lib/js_test_server/server/views/dir.html.rb', line 3 def absolute_path @absolute_path end |
#relative_path ⇒ Object (readonly)
Returns the value of attribute relative_path.
3 4 5 |
# File 'lib/js_test_server/server/views/dir.html.rb', line 3 def relative_path @relative_path end |