Class: LowType::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#deep_type_checkObject

Returns the value of attribute deep_type_check

Returns:

  • (Object)

    the current value of deep_type_check



66
67
68
# File 'lib/low_type.rb', line 66

def deep_type_check
  @deep_type_check
end

#error_modeObject

Returns the value of attribute error_mode

Returns:

  • (Object)

    the current value of error_mode



66
67
68
# File 'lib/low_type.rb', line 66

def error_mode
  @error_mode
end

#output_modeObject

Returns the value of attribute output_mode

Returns:

  • (Object)

    the current value of output_mode



66
67
68
# File 'lib/low_type.rb', line 66

def output_mode
  @output_mode
end

#output_sizeObject

Returns the value of attribute output_size

Returns:

  • (Object)

    the current value of output_size



66
67
68
# File 'lib/low_type.rb', line 66

def output_size
  @output_size
end

#type_checkingObject

Returns the value of attribute type_checking

Returns:

  • (Object)

    the current value of type_checking



66
67
68
# File 'lib/low_type.rb', line 66

def type_checking
  @type_checking
end

#union_type_expressionsObject

Returns the value of attribute union_type_expressions

Returns:

  • (Object)

    the current value of union_type_expressions



66
67
68
# File 'lib/low_type.rb', line 66

def union_type_expressions
  @union_type_expressions
end