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