Module: Spiderable::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/spiderable/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#tokenObject

Returns the value of attribute token.



3
4
5
# File 'lib/spiderable/config.rb', line 3

def token
  @token
end

Instance Method Details

#map {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



7
8
9
# File 'lib/spiderable/config.rb', line 7

def map
  yield self
end