Class: Crawler::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/crawler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#neighborsObject

Returns the value of attribute neighbors

Returns:

  • (Object)

    the current value of neighbors



15
16
17
# File 'lib/crawler.rb', line 15

def neighbors
  @neighbors
end

#staticsObject

Returns the value of attribute statics

Returns:

  • (Object)

    the current value of statics



15
16
17
# File 'lib/crawler.rb', line 15

def statics
  @statics
end