123456789_123456789_123456789_123456789_123456789_

Class: ActiveSupport::Testing::SimpleStubs::Stub

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ::Struct
Instance Chain:
self, ::Struct
Inherits: Struct
Defined in: activesupport/lib/active_support/testing/time_helpers.rb

Instance Attribute Summary

Instance Method Summary

::Struct - Inherited

Instance Attribute Details

#method_name (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/time_helpers.rb', line 10

Stub = Struct.new(:object, :method_name, :original_method)

#object (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/time_helpers.rb', line 10

Stub = Struct.new(:object, :method_name, :original_method)

#original_method (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/time_helpers.rb', line 10

Stub = Struct.new(:object, :method_name, :original_method)