Class: Maglev::SchemaCompiler::CompiledSchema
- Inherits:
-
Struct
- Object
- Struct
- Maglev::SchemaCompiler::CompiledSchema
- Defined in:
- lib/maglev/schema_compiler.rb
Instance Attribute Summary collapse
-
#model_class ⇒ Object
Returns the value of attribute model_class.
-
#relations ⇒ Object
Returns the value of attribute relations.
Instance Attribute Details
#model_class ⇒ Object
Returns the value of attribute model_class
10 11 12 |
# File 'lib/maglev/schema_compiler.rb', line 10 def model_class @model_class end |
#relations ⇒ Object
Returns the value of attribute relations
10 11 12 |
# File 'lib/maglev/schema_compiler.rb', line 10 def relations @relations end |