Class: Autonoma::SchemaInfo
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::SchemaInfo
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#edges ⇒ Object
Returns the value of attribute edges.
-
#models ⇒ Object
Returns the value of attribute models.
-
#relations ⇒ Object
Returns the value of attribute relations.
-
#scope_field ⇒ Object
Returns the value of attribute scope_field.
Instance Attribute Details
#edges ⇒ Object
Returns the value of attribute edges
11 12 13 |
# File 'lib/autonoma/types.rb', line 11 def edges @edges end |
#models ⇒ Object
Returns the value of attribute models
11 12 13 |
# File 'lib/autonoma/types.rb', line 11 def models @models end |
#relations ⇒ Object
Returns the value of attribute relations
11 12 13 |
# File 'lib/autonoma/types.rb', line 11 def relations @relations end |
#scope_field ⇒ Object
Returns the value of attribute scope_field
11 12 13 |
# File 'lib/autonoma/types.rb', line 11 def scope_field @scope_field end |