Class: Migflow::Models::Warning
- Inherits:
-
Data
- Object
- Data
- Migflow::Models::Warning
- Defined in:
- lib/migflow/models/warning.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
5 6 7 |
# File 'lib/migflow/models/warning.rb', line 5 def column @column end |
#message ⇒ Object (readonly)
Returns the value of attribute message
5 6 7 |
# File 'lib/migflow/models/warning.rb', line 5 def @message end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule
5 6 7 |
# File 'lib/migflow/models/warning.rb', line 5 def rule @rule end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
5 6 7 |
# File 'lib/migflow/models/warning.rb', line 5 def severity @severity end |
#table ⇒ Object (readonly)
Returns the value of attribute table
5 6 7 |
# File 'lib/migflow/models/warning.rb', line 5 def table @table end |