Method: Blueprinter::Configuration#valid_callable?

Defined in:
lib/blueprinter/configuration.rb

#valid_callable?(callable_name) ⇒ Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


25
26
27
# File 'lib/blueprinter/configuration.rb', line 25

def valid_callable?(callable_name)
  VALID_CALLABLES.include?(callable_name)
end