Class: Rack::Directory::DirectoryBody
- Inherits:
-
Struct
- Object
- Struct
- Rack::Directory::DirectoryBody
- Defined in:
- lib/rack/directory.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
-
#path ⇒ Object
Returns the value of attribute path.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Method Summary collapse
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
42 43 44 |
# File 'lib/rack/directory.rb', line 42 def files @files end |
#path ⇒ Object
Returns the value of attribute path
42 43 44 |
# File 'lib/rack/directory.rb', line 42 def path @path end |
#root ⇒ Object
Returns the value of attribute root
42 43 44 |
# File 'lib/rack/directory.rb', line 42 def root @root end |