Class: Axn::Internal::CurrentCallOptions::Options

Inherits:
Data
  • Object
show all
Defined in:
lib/axn/internal/current_call_options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coerce_input_typesObject (readonly)

Returns the value of attribute coerce_input_types

Returns:

  • (Object)

    the current value of 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_inputsObject (readonly)

Returns the value of attribute reject_undeclared_inputs

Returns:

  • (Object)

    the current value of 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_errorsObject (readonly)

Returns the value of attribute user_facing_input_errors

Returns:

  • (Object)

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