Module: SitePrism
- Defined in:
- lib/site_prism/all_there.rb,
lib/site_prism/all_there.rb,
lib/site_prism/all_there/version.rb,
lib/site_prism/all_there/mapped_items.rb,
lib/site_prism/all_there/expected_items.rb,
lib/site_prism/all_there/recursion_checker.rb
Overview
SitePrism namespace - In different folder to avoid namespace clashes with core gem
Defined Under Namespace
Modules: AllThere
Class Attribute Summary collapse
-
.recursion_setting ⇒ Object
Returns the value of attribute recursion_setting.
Class Method Summary collapse
Class Attribute Details
.recursion_setting ⇒ Object
Returns the value of attribute recursion_setting.
10 11 12 |
# File 'lib/site_prism/all_there.rb', line 10 def recursion_setting @recursion_setting end |
Class Method Details
.configure {|_self| ... } ⇒ Object
12 13 14 |
# File 'lib/site_prism/all_there.rb', line 12 def configure yield self end |