Class: ActiveSupport::Callbacks::Filters::Environment

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/callbacks.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#haltedObject

Returns the value of attribute halted

Returns:

  • (Object)

    the current value of halted



160
161
162
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/callbacks.rb', line 160

def halted
  @halted
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



160
161
162
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/callbacks.rb', line 160

def target
  @target
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



160
161
162
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/callbacks.rb', line 160

def value
  @value
end