Module: SpiderMonkey

Defined in:
lib/spider_monkey/config.rb,
lib/spider_monkey/helper.rb

Defined Under Namespace

Modules: Helper

Constant Summary collapse

@@configuration =
{
  protocol:         "http",
  cloudfront_host:  "",
  user_secret:      "",
  user_key:         "",
}

Class Method Summary collapse

Class Method Details

.config {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (SpiderMonkey)

    the object that the method was called on



10
11
12
# File 'lib/spider_monkey/config.rb', line 10

def self.config
  yield self
end