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
14 15 16 |
# File 'lib/triangulum/validation.rb', line 14 def code @code end |
#message ⇒ Object
Returns the value of attribute message
14 15 16 |
# File 'lib/triangulum/validation.rb', line 14 def @message end |
#node_id ⇒ Object
Returns the value of attribute node_id
14 15 16 |
# File 'lib/triangulum/validation.rb', line 14 def node_id @node_id end |
#parameter_index ⇒ Object
Returns the value of attribute parameter_index
14 15 16 |
# File 'lib/triangulum/validation.rb', line 14 def parameter_index @parameter_index end |
#severity ⇒ Object
Returns the value of attribute severity
14 15 16 |
# File 'lib/triangulum/validation.rb', line 14 def severity @severity end |