lib/punchblock/component/output.rb in punchblock-2.1.1 vs lib/punchblock/component/output.rb in punchblock-2.2.0

- old
+ new

@@ -78,10 +78,10 @@ # @return [Integer] Indicates some offset through which the output should be skipped before rendering begins. attribute :start_offset, Integer # @return [true, false] Indicates wether or not the component should be started in a paused state to be resumed at a later time. - attribute :start_paused, Boolean, default: false + attribute :start_paused, Boolean # @return [Integer] Indicates the duration of silence that should space repeats of the rendered document. attribute :repeat_interval, Integer # @return [Integer] Indicates the number of times the output should be played.