Class: Dvdvrconv::Vrdisc
- Inherits:
-
Struct
- Object
- Struct
- Dvdvrconv::Vrdisc
- Defined in:
- lib/dvdvrconv/dvdvr.rb
Overview
DVD-VR disc status
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#date ⇒ Object
Returns the value of attribute date.
-
#duplicate_name ⇒ Object
Returns the value of attribute duplicate_name.
-
#header ⇒ Object
Returns the value of attribute header.
-
#num ⇒ Object
Returns the value of attribute num.
-
#opts_ifo ⇒ Object
Returns the value of attribute opts_ifo.
-
#opts_vro ⇒ Object
Returns the value of attribute opts_vro.
-
#output_title ⇒ Object
Returns the value of attribute output_title.
-
#size ⇒ Object
Returns the value of attribute size.
-
#title ⇒ Object
Returns the value of attribute title.
-
#vob_titles ⇒ Object
Returns the value of attribute vob_titles.
Instance Attribute Details
#cmd ⇒ Object
Returns the value of attribute cmd
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def cmd @cmd end |
#date ⇒ Object
Returns the value of attribute date
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def date @date end |
#duplicate_name ⇒ Object
Returns the value of attribute duplicate_name
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def duplicate_name @duplicate_name end |
#header ⇒ Object
Returns the value of attribute header
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def header @header end |
#num ⇒ Object
Returns the value of attribute num
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def num @num end |
#opts_ifo ⇒ Object
Returns the value of attribute opts_ifo
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def opts_ifo @opts_ifo end |
#opts_vro ⇒ Object
Returns the value of attribute opts_vro
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def opts_vro @opts_vro end |
#output_title ⇒ Object
Returns the value of attribute output_title
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def output_title @output_title end |
#size ⇒ Object
Returns the value of attribute size
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def size @size end |
#title ⇒ Object
Returns the value of attribute title
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def title @title end |
#vob_titles ⇒ Object
Returns the value of attribute vob_titles
4 5 6 |
# File 'lib/dvdvrconv/dvdvr.rb', line 4 def vob_titles @vob_titles end |