Class: Triangulum::Validation::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/triangulum/validation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



13
14
15
# File 'lib/triangulum/validation.rb', line 13

def diagnostics
  @diagnostics
end

#return_typeObject

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of valid?



13
14
15
# File 'lib/triangulum/validation.rb', line 13

def valid?
  @valid?
end