Class: Alchemy::PageFinder::Result
- Inherits:
-
Data
- Object
- Data
- Alchemy::PageFinder::Result
- Defined in:
- app/services/alchemy/page_finder.rb
Instance Attribute Summary collapse
-
#extracted_params ⇒ Object
readonly
Returns the value of attribute extracted_params.
-
#page ⇒ Object
readonly
Returns the value of attribute page.
Instance Attribute Details
#extracted_params ⇒ Object (readonly)
Returns the value of attribute extracted_params
7 8 9 |
# File 'app/services/alchemy/page_finder.rb', line 7 def extracted_params @extracted_params end |
#page ⇒ Object (readonly)
Returns the value of attribute page
7 8 9 |
# File 'app/services/alchemy/page_finder.rb', line 7 def page @page end |