Class: Wreckster::Graph
- Inherits:
-
Object
- Object
- Wreckster::Graph
- Defined in:
- lib/wreckster/graph.rb
Instance Method Summary collapse
-
#initialize(url) ⇒ Graph
constructor
A new instance of Graph.
- #traversals ⇒ Object
Constructor Details
#initialize(url) ⇒ Graph
Returns a new instance of Graph.
3 4 5 6 |
# File 'lib/wreckster/graph.rb', line 3 def initialize url @url = url @payload = nil end |