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

Class Method Summary collapse

Class Attribute Details

.recursion_settingObject

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

Yields:

  • (_self)

Yield Parameters:

  • _self (SitePrism)

    the object that the method was called on



12
13
14
# File 'lib/site_prism/all_there.rb', line 12

def configure
  yield self
end