Class: Esp::Mw::Linter::Issue
- Inherits:
-
Struct
- Object
- Struct
- Esp::Mw::Linter::Issue
- Defined in:
- lib/esp/mw/linter.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#message ⇒ Object
Returns the value of attribute message.
-
#record_id ⇒ Object
Returns the value of attribute record_id.
-
#record_type ⇒ Object
Returns the value of attribute record_type.
-
#ref_id ⇒ Object
Returns the value of attribute ref_id.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field
14 15 16 |
# File 'lib/esp/mw/linter.rb', line 14 def field @field end |
#message ⇒ Object
Returns the value of attribute message
14 15 16 |
# File 'lib/esp/mw/linter.rb', line 14 def @message end |
#record_id ⇒ Object
Returns the value of attribute record_id
14 15 16 |
# File 'lib/esp/mw/linter.rb', line 14 def record_id @record_id end |
#record_type ⇒ Object
Returns the value of attribute record_type
14 15 16 |
# File 'lib/esp/mw/linter.rb', line 14 def record_type @record_type end |
#ref_id ⇒ Object
Returns the value of attribute ref_id
14 15 16 |
# File 'lib/esp/mw/linter.rb', line 14 def ref_id @ref_id end |
#severity ⇒ Object
Returns the value of attribute severity
14 15 16 |
# File 'lib/esp/mw/linter.rb', line 14 def severity @severity end |