Class: Betamax::RecordedMethod
- Inherits:
-
Data
- Object
- Data
- Betamax::RecordedMethod
- Defined in:
- lib/betamax/recorded_method.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#block_given ⇒ Object
readonly
Returns the value of attribute block_given.
-
#block_yieldings ⇒ Object
readonly
Returns the value of attribute block_yieldings.
-
#kwargs ⇒ Object
readonly
Returns the value of attribute kwargs.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
2 3 4 |
# File 'lib/betamax/recorded_method.rb', line 2 def args @args end |
#block_given ⇒ Object (readonly)
Returns the value of attribute block_given
2 3 4 |
# File 'lib/betamax/recorded_method.rb', line 2 def block_given @block_given end |
#block_yieldings ⇒ Object (readonly)
Returns the value of attribute block_yieldings
2 3 4 |
# File 'lib/betamax/recorded_method.rb', line 2 def block_yieldings @block_yieldings end |
#kwargs ⇒ Object (readonly)
Returns the value of attribute kwargs
2 3 4 |
# File 'lib/betamax/recorded_method.rb', line 2 def kwargs @kwargs end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
2 3 4 |
# File 'lib/betamax/recorded_method.rb', line 2 def method_name @method_name end |
#result ⇒ Object (readonly)
Returns the value of attribute result
2 3 4 |
# File 'lib/betamax/recorded_method.rb', line 2 def result @result end |