Class: Mxrb::Frontend::MigrationIssue

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/frontend/migrator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/mxrb/frontend/migrator.rb', line 8

def kind
  @kind
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



8
9
10
# File 'lib/mxrb/frontend/migrator.rb', line 8

def message
  @message
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



8
9
10
# File 'lib/mxrb/frontend/migrator.rb', line 8

def path
  @path
end

#unit_idObject (readonly)

Returns the value of attribute unit_id

Returns:

  • (Object)

    the current value of unit_id



8
9
10
# File 'lib/mxrb/frontend/migrator.rb', line 8

def unit_id
  @unit_id
end