Class: Mxrb::Frontend::MigrationIssue
- Inherits:
-
Data
- Object
- Data
- Mxrb::Frontend::MigrationIssue
- Defined in:
- lib/mxrb/frontend/migrator.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#unit_id ⇒ Object
readonly
Returns the value of attribute unit_id.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
8 9 10 |
# File 'lib/mxrb/frontend/migrator.rb', line 8 def kind @kind end |
#message ⇒ Object (readonly)
Returns the value of attribute message
8 9 10 |
# File 'lib/mxrb/frontend/migrator.rb', line 8 def @message end |
#path ⇒ Object (readonly)
Returns the value of attribute path
8 9 10 |
# File 'lib/mxrb/frontend/migrator.rb', line 8 def path @path end |
#unit_id ⇒ Object (readonly)
Returns the value of attribute unit_id
8 9 10 |
# File 'lib/mxrb/frontend/migrator.rb', line 8 def unit_id @unit_id end |