Class: Callback (ActiveSupport::Callbacks)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Callback#kind [R]
Callback#method [R]
Callback#identifier [R]
Callback#options [R]
Instance Methods
Callback#initialize / 3
Callback#== / 1
Callback#eql? / 1
Callback#dup
Callback#hash
Callback#call / 2
Callback#evaluate_method / 3
Callback#should_run_callback? / 1
is a submodule of
module: Callbacks ( ActiveSupport )
inherits from
  Object ( Builtin-Module )
has properties
attribute: kind [R]   
attribute: method [R]   
attribute: identifier [R]   
attribute: options [R]   
method: initialize / 3   
method: == / 1   
method: eql? / 1   
method: dup   
method: hash   
method: call / 2   
method: evaluate_method / 3   
method: should_run_callback? / 1   
is defined at
#130 in active_support/callbacks.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Object     
  module: ActiveSupport
  module: Callbacks
class: Callback     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
Callback ( ActiveSupport::Callbacks )
has properties
attribute: kind [R]   
attribute: method [R]   
attribute: identifier [R]   
attribute: options [R]   
method: initialize / 3   
method: == / 1   
method: eql? / 1   
method: dup   
method: hash   
method: call / 2   
method: evaluate_method / 3   
method: should_run_callback? / 1   

Instance Attributes

Callback#kind [R]

#131 in active_support/callbacks.rb

Callback#method [R]

#131 in active_support/callbacks.rb

Callback#identifier [R]

#131 in active_support/callbacks.rb

Callback#options [R]

#131 in active_support/callbacks.rb

Instance Methods

Callback#initialize / 3

#133 in active_support/callbacks.rb

initialize ( kind ,
  method ,
  options = {} )

Callback#== / 1

#140 in active_support/callbacks.rb

== ( other )

Callback#eql? / 1

#149 in active_support/callbacks.rb

eql? ( other )

Callback#dup

#153 in active_support/callbacks.rb

dup

Callback#hash

#157 in active_support/callbacks.rb

hash

Callback#call / 2

#165 in active_support/callbacks.rb

call ( *args ,
  &block )

Callback#evaluate_method / 3

#174 in active_support/callbacks.rb

evaluate_method ( method ,
  *args ,
  &block )

Callback#should_run_callback? / 1

#194 in active_support/callbacks.rb

should_run_callback? ( *args )