123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Inherits: Struct
  • ::Object
Defined in: activesupport/lib/active_support/testing/time_helpers.rb

Instance Attribute Summary

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)