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.
-
#concat_mode ⇒ Object
Returns the value of attribute concat_mode.
-
#date ⇒ Object
Returns the value of attribute date.
-
#default_cmd ⇒ Object
Returns the value of attribute default_cmd.
-
#default_opts_ifo ⇒ Object
Returns the value of attribute default_opts_ifo.
-
#default_opts_vro ⇒ Object
Returns the value of attribute default_opts_vro.
-
#duplicate_name ⇒ Object
Returns the value of attribute duplicate_name.
-
#global_quality ⇒ Object
Returns the value of attribute global_quality.
-
#hardware_encode ⇒ Object
Returns the value of attribute hardware_encode.
-
#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
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def cmd @cmd end |
#concat_mode ⇒ Object
Returns the value of attribute concat_mode
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def concat_mode @concat_mode end |
#date ⇒ Object
Returns the value of attribute date
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def date @date end |
#default_cmd ⇒ Object
Returns the value of attribute default_cmd
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def default_cmd @default_cmd end |
#default_opts_ifo ⇒ Object
Returns the value of attribute default_opts_ifo
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def default_opts_ifo @default_opts_ifo end |
#default_opts_vro ⇒ Object
Returns the value of attribute default_opts_vro
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def default_opts_vro @default_opts_vro end |
#duplicate_name ⇒ Object
Returns the value of attribute duplicate_name
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def duplicate_name @duplicate_name end |
#global_quality ⇒ Object
Returns the value of attribute global_quality
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def global_quality @global_quality end |
#hardware_encode ⇒ Object
Returns the value of attribute hardware_encode
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def hardware_encode @hardware_encode end |
#header ⇒ Object
Returns the value of attribute header
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def header @header end |
#num ⇒ Object
Returns the value of attribute num
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def num @num end |
#opts_ifo ⇒ Object
Returns the value of attribute opts_ifo
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def opts_ifo @opts_ifo end |
#opts_vro ⇒ Object
Returns the value of attribute opts_vro
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def opts_vro @opts_vro end |
#output_title ⇒ Object
Returns the value of attribute output_title
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def output_title @output_title end |
#size ⇒ Object
Returns the value of attribute size
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def size @size end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def title @title end |
#vob_titles ⇒ Object
Returns the value of attribute vob_titles
6 7 8 |
# File 'lib/dvdvrconv/dvdvr.rb', line 6 def vob_titles @vob_titles end |