Module: Pavlov::Interactor

Extended by:
ActiveSupport::Concern
Includes:
Operation
Defined in:
lib/pavlov/interactor.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Methods included from Operation

#call, #validate

Methods included from Validations

#validate_hexadecimal_string, #validate_in_set, #validate_integer, #validate_integer_string, #validate_nonempty_string, #validate_not_nil, #validate_regex, #validate_string

Methods included from Helpers

#command, #interactor, #old_command, #old_interactor, #old_query, #pavlov_options, #query

Instance Method Details

#authorized?Boolean

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


21
22
23
# File 'lib/pavlov/interactor.rb', line 21

def authorized?
  raise NotImplementedError
end