Class: Btape::Runner::Context
- Inherits:
-
Struct
- Object
- Struct
- Btape::Runner::Context
- Defined in:
- lib/btape/runner.rb
Overview
Everything one run threads through recording, kept in one object rather than a parameter list that grows with each new command.
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#directory ⇒ Object
Returns the value of attribute directory.
-
#geometry ⇒ Object
Returns the value of attribute geometry.
-
#keep_frames ⇒ Object
Returns the value of attribute keep_frames.
-
#on_frame ⇒ Object
Returns the value of attribute on_frame.
-
#output_path ⇒ Object
Returns the value of attribute output_path.
-
#settings ⇒ Object
Returns the value of attribute settings.
-
#sink ⇒ Object
Returns the value of attribute sink.
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands
24 25 26 |
# File 'lib/btape/runner.rb', line 24 def commands @commands end |
#directory ⇒ Object
Returns the value of attribute directory
24 25 26 |
# File 'lib/btape/runner.rb', line 24 def directory @directory end |
#geometry ⇒ Object
Returns the value of attribute geometry
24 25 26 |
# File 'lib/btape/runner.rb', line 24 def geometry @geometry end |
#keep_frames ⇒ Object
Returns the value of attribute keep_frames
24 25 26 |
# File 'lib/btape/runner.rb', line 24 def keep_frames @keep_frames end |
#on_frame ⇒ Object
Returns the value of attribute on_frame
24 25 26 |
# File 'lib/btape/runner.rb', line 24 def on_frame @on_frame end |
#output_path ⇒ Object
Returns the value of attribute output_path
24 25 26 |
# File 'lib/btape/runner.rb', line 24 def output_path @output_path end |
#settings ⇒ Object
Returns the value of attribute settings
24 25 26 |
# File 'lib/btape/runner.rb', line 24 def settings @settings end |
#sink ⇒ Object
Returns the value of attribute sink
24 25 26 |
# File 'lib/btape/runner.rb', line 24 def sink @sink end |