Class: CatClaw::StackOverFlowCat
- Inherits:
-
Object
- Object
- CatClaw::StackOverFlowCat
- Defined in:
- lib/cat_claw/cats/stack_over_flow_cat.rb
Instance Attribute Summary collapse
-
#footprint ⇒ Object
Returns the value of attribute footprint.
Instance Method Summary collapse
-
#initialize ⇒ StackOverFlowCat
constructor
A new instance of StackOverFlowCat.
- #paw ⇒ Object
Constructor Details
#initialize ⇒ StackOverFlowCat
Returns a new instance of StackOverFlowCat.
7 8 9 10 11 12 13 |
# File 'lib/cat_claw/cats/stack_over_flow_cat.rb', line 7 def initialize @base_url = "http://careers.stackoverflow.com" @footprint = { source: "RubyChina", jobs: [], } end |
Instance Attribute Details
#footprint ⇒ Object
Returns the value of attribute footprint.
6 7 8 |
# File 'lib/cat_claw/cats/stack_over_flow_cat.rb', line 6 def footprint @footprint end |
Instance Method Details
#paw ⇒ Object
15 16 17 18 |
# File 'lib/cat_claw/cats/stack_over_flow_cat.rb', line 15 def paw whisper @footprint end |