Class: ActiveSupport::Testing::SimpleStubs::Stub
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/testing/time_helpers.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#object ⇒ Object
Returns the value of attribute object.
-
#original_method ⇒ Object
Returns the value of attribute original_method.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#method_name ⇒ Object
Returns the value of attribute method_name
11 12 13 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/testing/time_helpers.rb', line 11 def method_name @method_name end |
#object ⇒ Object
Returns the value of attribute object
11 12 13 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/testing/time_helpers.rb', line 11 def object @object end |
#original_method ⇒ Object
Returns the value of attribute original_method
11 12 13 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/testing/time_helpers.rb', line 11 def original_method @original_method end |