Class: Mxrb::Runtime::AssociationSchema
- Inherits:
-
Data
- Object
- Data
- Mxrb::Runtime::AssociationSchema
- Defined in:
- lib/mxrb/runtime/schema_migrator.rb
Instance Attribute Summary collapse
-
#from_entity ⇒ Object
readonly
Returns the value of attribute from_entity.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#qualified_name ⇒ Object
readonly
Returns the value of attribute qualified_name.
-
#storage_key ⇒ Object
readonly
Returns the value of attribute storage_key.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
-
#to_entity ⇒ Object
readonly
Returns the value of attribute to_entity.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#from_entity ⇒ Object (readonly)
Returns the value of attribute from_entity
12 13 14 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 12 def from_entity @from_entity end |
#name ⇒ Object (readonly)
Returns the value of attribute name
12 13 14 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 12 def name @name end |
#qualified_name ⇒ Object (readonly)
Returns the value of attribute qualified_name
12 13 14 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 12 def qualified_name @qualified_name end |
#storage_key ⇒ Object (readonly)
Returns the value of attribute storage_key
12 13 14 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 12 def storage_key @storage_key end |
#table ⇒ Object (readonly)
Returns the value of attribute table
12 13 14 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 12 def table @table end |
#to_entity ⇒ Object (readonly)
Returns the value of attribute to_entity
12 13 14 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 12 def to_entity @to_entity end |
#type ⇒ Object (readonly)
Returns the value of attribute type
12 13 14 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 12 def type @type end |