Module: YellowPages

Defined in:
lib/yellow_pages.rb,
lib/yellow_pages/version.rb,
lib/yellow_pages/category.rb,
lib/yellow_pages/merchant.rb

Defined Under Namespace

Classes: Category, Error, Merchant

Constant Summary collapse

VERSION =
"0.4.0"

Class Attribute Summary collapse

Class Attribute Details

.missing_merchant_reporterObject

An optional method that is called when a merchant is not found in the dataset during a lookup. Takes in one argument, the ‘network_id` of the missing merchant.



18
19
20
# File 'lib/yellow_pages.rb', line 18

def missing_merchant_reporter
  @missing_merchant_reporter
end