Class: EasyCaddy::Conflicts::Finding
- Inherits:
-
Data
- Object
- Data
- EasyCaddy::Conflicts::Finding
- Defined in:
- lib/easy_caddy/conflicts.rb
Instance Attribute Summary collapse
-
#hint ⇒ Object
readonly
Returns the value of attribute hint.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
Instance Attribute Details
#hint ⇒ Object (readonly)
Returns the value of attribute hint
9 10 11 |
# File 'lib/easy_caddy/conflicts.rb', line 9 def hint @hint end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/easy_caddy/conflicts.rb', line 9 def @message end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
9 10 11 |
# File 'lib/easy_caddy/conflicts.rb', line 9 def severity @severity end |