Class: Triangulum::Validation::Diagnostic
- Inherits:
-
Struct
- Object
- Struct
- Triangulum::Validation::Diagnostic
- Defined in:
- lib/triangulum/validation.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#node_id ⇒ Object
Returns the value of attribute node_id.
-
#parameter_index ⇒ Object
Returns the value of attribute parameter_index.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
10 11 12 |
# File 'lib/triangulum/validation.rb', line 10 def code @code end |
#message ⇒ Object
Returns the value of attribute message
10 11 12 |
# File 'lib/triangulum/validation.rb', line 10 def @message end |
#node_id ⇒ Object
Returns the value of attribute node_id
10 11 12 |
# File 'lib/triangulum/validation.rb', line 10 def node_id @node_id end |
#parameter_index ⇒ Object
Returns the value of attribute parameter_index
10 11 12 |
# File 'lib/triangulum/validation.rb', line 10 def parameter_index @parameter_index end |
#severity ⇒ Object
Returns the value of attribute severity
10 11 12 |
# File 'lib/triangulum/validation.rb', line 10 def severity @severity end |