Class: Migflow::Models::Warning

Inherits:
Data
  • Object
show all
Defined in:
lib/migflow/models/warning.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



5
6
7
# File 'lib/migflow/models/warning.rb', line 5

def column
  @column
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/migflow/models/warning.rb', line 5

def message
  @message
end

#ruleObject (readonly)

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



5
6
7
# File 'lib/migflow/models/warning.rb', line 5

def rule
  @rule
end

#severityObject (readonly)

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



5
6
7
# File 'lib/migflow/models/warning.rb', line 5

def severity
  @severity
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



5
6
7
# File 'lib/migflow/models/warning.rb', line 5

def table
  @table
end