Method: PgGraph::Reflection#to_yaml

Defined in:
lib/pg_graph/reflector.rb

#to_yamlObject



80
81
82
83
84
85
# File 'lib/pg_graph/reflector.rb', line 80

def to_yaml
  {
    match: match, this: this, that: that, multi: multi, pluralize: pluralize,
    default_reflection: default_reflection
  }
end