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
8 9 10 |
# File 'lib/active_support/testing/time_helpers.rb', line 8 def method_name @method_name end |
#object ⇒ Object
Returns the value of attribute object
8 9 10 |
# File 'lib/active_support/testing/time_helpers.rb', line 8 def object @object end |
#original_method ⇒ Object
Returns the value of attribute original_method
8 9 10 |
# File 'lib/active_support/testing/time_helpers.rb', line 8 def original_method @original_method end |