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
- #method_name rw
- #object rw
- #original_method rw
Instance Method Summary
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)