Class: Dickless::ValidateResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/dickless/types.rb

Overview

—– Validate —–

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



122
123
124
# File 'lib/dickless/types.rb', line 122

def errors
  @errors
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



122
123
124
# File 'lib/dickless/types.rb', line 122

def valid
  @valid
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



122
123
124
# File 'lib/dickless/types.rb', line 122

def warnings
  @warnings
end