Class: Crawler::Node
- Inherits:
-
Struct
- Object
- Struct
- Crawler::Node
- Defined in:
- lib/crawler.rb
Instance Attribute Summary collapse
-
#neighbors ⇒ Object
Returns the value of attribute neighbors.
-
#statics ⇒ Object
Returns the value of attribute statics.
Instance Attribute Details
#neighbors ⇒ Object
Returns the value of attribute neighbors
15 16 17 |
# File 'lib/crawler.rb', line 15 def neighbors @neighbors end |
#statics ⇒ Object
Returns the value of attribute statics
15 16 17 |
# File 'lib/crawler.rb', line 15 def statics @statics end |