Class: Migflow::Models::Change
- Inherits:
-
Data
- Object
- Data
- Migflow::Models::Change
- Defined in:
- lib/migflow/models/schema_diff.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
7 8 9 |
# File 'lib/migflow/models/schema_diff.rb', line 7 def detail @detail end |
#table ⇒ Object (readonly)
Returns the value of attribute table
7 8 9 |
# File 'lib/migflow/models/schema_diff.rb', line 7 def table @table end |
#type ⇒ Object (readonly)
Returns the value of attribute type
7 8 9 |
# File 'lib/migflow/models/schema_diff.rb', line 7 def type @type end |