Class: Axn::Internal::CurrentCallOptions::Options
- Inherits:
-
Data
- Object
- Data
- Axn::Internal::CurrentCallOptions::Options
- Defined in:
- lib/axn/internal/current_call_options.rb
Instance Attribute Summary collapse
-
#coerce_input_types ⇒ Object
readonly
Returns the value of attribute coerce_input_types.
-
#reject_undeclared_inputs ⇒ Object
readonly
Returns the value of attribute reject_undeclared_inputs.
-
#user_facing_input_errors ⇒ Object
readonly
Returns the value of attribute user_facing_input_errors.
Instance Attribute Details
#coerce_input_types ⇒ Object (readonly)
Returns the value of attribute coerce_input_types
11 12 13 |
# File 'lib/axn/internal/current_call_options.rb', line 11 def coerce_input_types @coerce_input_types end |
#reject_undeclared_inputs ⇒ Object (readonly)
Returns the value of attribute reject_undeclared_inputs
11 12 13 |
# File 'lib/axn/internal/current_call_options.rb', line 11 def reject_undeclared_inputs @reject_undeclared_inputs end |
#user_facing_input_errors ⇒ Object (readonly)
Returns the value of attribute user_facing_input_errors
11 12 13 |
# File 'lib/axn/internal/current_call_options.rb', line 11 def user_facing_input_errors @user_facing_input_errors end |