Class: Urbit::AddGraphParser
- Inherits:
-
GraphParser
- Object
- Parser
- GraphParser
- Urbit::AddGraphParser
- Defined in:
- lib/urbit/parser.rb
Instance Method Summary collapse
Methods inherited from GraphParser
#add_nodes, #initialize, #resource
Methods inherited from Parser
Constructor Details
This class inherits a constructor from Urbit::GraphParser
Instance Method Details
#nodes_hash ⇒ Object
43 44 45 |
# File 'lib/urbit/parser.rb', line 43 def nodes_hash @j["graph"] end |
#resource_hash ⇒ Object
47 48 49 |
# File 'lib/urbit/parser.rb', line 47 def resource_hash @j["resource"] end |