Class: Rain::Pages
Defined Under Namespace
Classes: Result
Instance Attribute Summary collapse
-
#url_paths ⇒ Object
readonly
Returns the value of attribute url_paths.
Instance Method Summary collapse
-
#initialize(metadata:) ⇒ Pages
constructor
A new instance of Pages.
- #process(file_path:) ⇒ Object
Constructor Details
Instance Attribute Details
#url_paths ⇒ Object (readonly)
Returns the value of attribute url_paths.
9 10 11 |
# File 'lib/pages/pages.rb', line 9 def url_paths @url_paths end |