Class: Maglev::SchemaCompiler::CompiledRelation
- Inherits:
-
Struct
- Object
- Struct
- Maglev::SchemaCompiler::CompiledRelation
- Defined in:
- lib/maglev/schema_compiler.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#inverse ⇒ Object
Returns the value of attribute inverse.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#macro ⇒ Object
Returns the value of attribute macro.
-
#name ⇒ Object
Returns the value of attribute name.
-
#related_class ⇒ Object
Returns the value of attribute related_class.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
11 12 13 |
# File 'lib/maglev/schema_compiler.rb', line 11 def depth @depth end |
#inverse ⇒ Object
Returns the value of attribute inverse
11 12 13 |
# File 'lib/maglev/schema_compiler.rb', line 11 def inverse @inverse end |
#limit ⇒ Object
Returns the value of attribute limit
11 12 13 |
# File 'lib/maglev/schema_compiler.rb', line 11 def limit @limit end |
#macro ⇒ Object
Returns the value of attribute macro
11 12 13 |
# File 'lib/maglev/schema_compiler.rb', line 11 def macro @macro end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/maglev/schema_compiler.rb', line 11 def name @name end |
#related_class ⇒ Object
Returns the value of attribute related_class
11 12 13 |
# File 'lib/maglev/schema_compiler.rb', line 11 def @related_class end |