Class: Urbit::RemoveGraphParser
- Inherits:
-
GraphParser
- Object
- Parser
- GraphParser
- Urbit::RemoveGraphParser
- 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
59 60 61 |
# File 'lib/urbit/parser.rb', line 59 def nodes_hash nil end |
#resource_hash ⇒ Object
63 64 65 |
# File 'lib/urbit/parser.rb', line 63 def resource_hash @j["resource"] end |