Class: Triangulum::Validation::Result
- Inherits:
-
Struct
- Object
- Struct
- Triangulum::Validation::Result
- Defined in:
- lib/triangulum/validation.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#return_type ⇒ Object
Returns the value of attribute return_type.
-
#valid? ⇒ Object
Returns the value of attribute valid?.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
13 14 15 |
# File 'lib/triangulum/validation.rb', line 13 def diagnostics @diagnostics end |
#return_type ⇒ Object
Returns the value of attribute return_type
13 14 15 |
# File 'lib/triangulum/validation.rb', line 13 def return_type @return_type end |
#valid? ⇒ Object
Returns the value of attribute valid?
13 14 15 |
# File 'lib/triangulum/validation.rb', line 13
def valid?
@valid?
end
|