Class: Betamax::Recording

Inherits:
Data
  • Object
show all
Defined in:
lib/betamax/recording.rb

Constant Summary collapse

VERSION =
1.0

Instance Attribute Summary collapse

Instance Attribute Details

#objectsObject (readonly)

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



2
3
4
# File 'lib/betamax/recording.rb', line 2

def objects
  @objects
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



2
3
4
# File 'lib/betamax/recording.rb', line 2

def version
  @version
end