Class: RText::DefaultServiceProvider::Problem
- Inherits:
-
Struct
- Object
- Struct
- RText::DefaultServiceProvider::Problem
- Defined in:
- lib/rtext/default_service_provider.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
129 130 131 |
# File 'lib/rtext/default_service_provider.rb', line 129 def line @line end |
#message ⇒ Object
Returns the value of attribute message
129 130 131 |
# File 'lib/rtext/default_service_provider.rb', line 129 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
129 130 131 |
# File 'lib/rtext/default_service_provider.rb', line 129 def severity @severity end |