Class: Rzo::App::ConfigValidation::Issue
- Inherits:
-
Object
- Object
- Rzo::App::ConfigValidation::Issue
- Defined in:
- lib/rzo/app/config_validation.rb
Overview
Class to model an issue found during validation
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(msg) ⇒ Issue
constructor
A new instance of Issue.
- #to_s ⇒ Object
Constructor Details
#initialize(msg) ⇒ Issue
Returns a new instance of Issue.
128 129 130 |
# File 'lib/rzo/app/config_validation.rb', line 128 def initialize(msg) self. = msg end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
126 127 128 |
# File 'lib/rzo/app/config_validation.rb', line 126 def @message end |
Instance Method Details
#to_s ⇒ Object
132 133 134 |
# File 'lib/rzo/app/config_validation.rb', line 132 def to_s end |