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