Class: Dickless::ValidateResponse
- Inherits:
-
Struct
- Object
- Struct
- Dickless::ValidateResponse
- Defined in:
- lib/dickless/types.rb
Overview
—– Validate —–
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#valid ⇒ Object
Returns the value of attribute valid.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
122 123 124 |
# File 'lib/dickless/types.rb', line 122 def errors @errors end |
#valid ⇒ Object
Returns the value of attribute valid
122 123 124 |
# File 'lib/dickless/types.rb', line 122 def valid @valid end |
#warnings ⇒ Object
Returns the value of attribute warnings
122 123 124 |
# File 'lib/dickless/types.rb', line 122 def warnings @warnings end |