Class: LowType::Config
Instance Attribute Summary collapse
-
#deep_type_check ⇒ Object
Returns the value of attribute deep_type_check.
-
#error_mode ⇒ Object
Returns the value of attribute error_mode.
-
#output_mode ⇒ Object
Returns the value of attribute output_mode.
-
#output_size ⇒ Object
Returns the value of attribute output_size.
-
#type_checking ⇒ Object
Returns the value of attribute type_checking.
-
#union_type_expressions ⇒ Object
Returns the value of attribute union_type_expressions.
Instance Attribute Details
#deep_type_check ⇒ Object
Returns the value of attribute deep_type_check
66 67 68 |
# File 'lib/low_type.rb', line 66 def deep_type_check @deep_type_check end |
#error_mode ⇒ Object
Returns the value of attribute error_mode
66 67 68 |
# File 'lib/low_type.rb', line 66 def error_mode @error_mode end |
#output_mode ⇒ Object
Returns the value of attribute output_mode
66 67 68 |
# File 'lib/low_type.rb', line 66 def output_mode @output_mode end |
#output_size ⇒ Object
Returns the value of attribute output_size
66 67 68 |
# File 'lib/low_type.rb', line 66 def output_size @output_size end |
#type_checking ⇒ Object
Returns the value of attribute type_checking
66 67 68 |
# File 'lib/low_type.rb', line 66 def type_checking @type_checking end |
#union_type_expressions ⇒ Object
Returns the value of attribute union_type_expressions
66 67 68 |
# File 'lib/low_type.rb', line 66 def union_type_expressions @union_type_expressions end |