class Marten::DB::Management::Migrations::Graph::Node
- Marten::DB::Management::Migrations::Graph::Node
- Reference
- Object
Defined in:
marten/db/management/migrations/graph/node.crConstructors
Instance Method Summary
- #add_child(child : self)
- #add_parent(parent : self)
- #children : Set(Marten::DB::Management::Migrations::Graph::Node)
- #migration : Marten::DB::Migration
- #parents : Set(Marten::DB::Management::Migrations::Graph::Node)