Class: Betamax::Recording
- Inherits:
-
Data
- Object
- Data
- Betamax::Recording
- Defined in:
- lib/betamax/recording.rb
Constant Summary collapse
- VERSION =
1.0
Instance Attribute Summary collapse
-
#objects ⇒ Object
readonly
Returns the value of attribute objects.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#objects ⇒ Object (readonly)
Returns the value of attribute objects
2 3 4 |
# File 'lib/betamax/recording.rb', line 2 def objects @objects end |
#version ⇒ Object (readonly)
Returns the value of attribute version
2 3 4 |
# File 'lib/betamax/recording.rb', line 2 def version @version end |