Class: ActiveSupport::Testing::SimpleStubs::Stub
- Defined in:
- lib/active_support/testing/time_helpers.rb
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
4 5 6 |
# File 'lib/active_support/testing/time_helpers.rb', line 4 def method_name @method_name end |
#object ⇒ Object
Returns the value of attribute object
4 5 6 |
# File 'lib/active_support/testing/time_helpers.rb', line 4 def object @object end |
#original_method ⇒ Object
Returns the value of attribute original_method
4 5 6 |
# File 'lib/active_support/testing/time_helpers.rb', line 4 def original_method @original_method end |