Class: Alchemy::PageFinder::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/alchemy/page_finder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#extracted_paramsObject (readonly)

Returns the value of attribute extracted_params

Returns:

  • (Object)

    the current value of extracted_params



7
8
9
# File 'app/services/alchemy/page_finder.rb', line 7

def extracted_params
  @extracted_params
end

#pageObject (readonly)

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



7
8
9
# File 'app/services/alchemy/page_finder.rb', line 7

def page
  @page
end