Class: Page
- Inherits:
-
Object
- Object
- Page
- Defined in:
- lib/sinatra/directory_listing/page.rb
Instance Attribute Summary collapse
-
#back_to_link ⇒ Object
Returns the value of attribute back_to_link.
-
#current_page ⇒ Object
Returns the value of attribute current_page.
-
#file_sort_link ⇒ Object
Returns the value of attribute file_sort_link.
-
#filename_truncate_length ⇒ Object
Returns the value of attribute filename_truncate_length.
-
#files_html ⇒ Object
Returns the value of attribute files_html.
-
#last_modified_format ⇒ Object
Returns the value of attribute last_modified_format.
-
#mtime_sort_link ⇒ Object
Returns the value of attribute mtime_sort_link.
-
#public_folder ⇒ Object
Returns the value of attribute public_folder.
-
#readme ⇒ Object
Returns the value of attribute readme.
-
#request_params ⇒ Object
Returns the value of attribute request_params.
-
#request_path ⇒ Object
Returns the value of attribute request_path.
-
#should_list_invisibles ⇒ Object
Returns the value of attribute should_list_invisibles.
-
#size_sort_link ⇒ Object
Returns the value of attribute size_sort_link.
-
#sort_direction ⇒ Object
Returns the value of attribute sort_direction.
-
#sort_direction_display ⇒ Object
Returns the value of attribute sort_direction_display.
-
#sort_item ⇒ Object
Returns the value of attribute sort_item.
-
#sort_item_display ⇒ Object
Returns the value of attribute sort_item_display.
-
#stylesheet ⇒ Object
Returns the value of attribute stylesheet.
Instance Attribute Details
#back_to_link ⇒ Object
Returns the value of attribute back_to_link.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def back_to_link @back_to_link end |
#current_page ⇒ Object
Returns the value of attribute current_page.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def current_page @current_page end |
#file_sort_link ⇒ Object
Returns the value of attribute file_sort_link.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def file_sort_link @file_sort_link end |
#filename_truncate_length ⇒ Object
Returns the value of attribute filename_truncate_length.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def filename_truncate_length @filename_truncate_length end |
#files_html ⇒ Object
Returns the value of attribute files_html.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def files_html @files_html end |
#last_modified_format ⇒ Object
Returns the value of attribute last_modified_format.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def last_modified_format @last_modified_format end |
#mtime_sort_link ⇒ Object
Returns the value of attribute mtime_sort_link.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def mtime_sort_link @mtime_sort_link end |
#public_folder ⇒ Object
Returns the value of attribute public_folder.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def public_folder @public_folder end |
#readme ⇒ Object
Returns the value of attribute readme.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def readme @readme end |
#request_params ⇒ Object
Returns the value of attribute request_params.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def request_params @request_params end |
#request_path ⇒ Object
Returns the value of attribute request_path.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def request_path @request_path end |
#should_list_invisibles ⇒ Object
Returns the value of attribute should_list_invisibles.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def should_list_invisibles @should_list_invisibles end |
#size_sort_link ⇒ Object
Returns the value of attribute size_sort_link.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def size_sort_link @size_sort_link end |
#sort_direction ⇒ Object
Returns the value of attribute sort_direction.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def sort_direction @sort_direction end |
#sort_direction_display ⇒ Object
Returns the value of attribute sort_direction_display.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def sort_direction_display @sort_direction_display end |
#sort_item ⇒ Object
Returns the value of attribute sort_item.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def sort_item @sort_item end |
#sort_item_display ⇒ Object
Returns the value of attribute sort_item_display.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def sort_item_display @sort_item_display end |
#stylesheet ⇒ Object
Returns the value of attribute stylesheet.
3 4 5 |
# File 'lib/sinatra/directory_listing/page.rb', line 3 def stylesheet @stylesheet end |