Class: ActiveSupport::Testing::SimpleStubs::Stub
Relationships & Source Files | |
Inherits: |
Struct
|
Defined in: | activesupport/lib/active_support/testing/time_helpers.rb |
Instance Attribute Summary
- #method_name rw
- #object rw
- #original_method rw
Instance Attribute Details
#method_name (rw)
[ GitHub ]# File 'activesupport/lib/active_support/testing/time_helpers.rb', line 4
Stub = Struct.new(:object, :method_name, :original_method)
#object (rw)
[ GitHub ]# File 'activesupport/lib/active_support/testing/time_helpers.rb', line 4
Stub = Struct.new(:object, :method_name, :original_method)
#original_method (rw)
[ GitHub ]# File 'activesupport/lib/active_support/testing/time_helpers.rb', line 4
Stub = Struct.new(:object, :method_name, :original_method)