Class: RMD::ProcessStrategy::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rmd/process_strategy/base.rb

Direct Known Subclasses

MultiThread, SingleThread

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/rmd/process_strategy/base.rb', line 8

def initialize(options)
  @options = options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



6
7
8
# File 'lib/rmd/process_strategy/base.rb', line 6

def options
  @options
end

Instance Method Details

#process(playlist) ⇒ Object



12
# File 'lib/rmd/process_strategy/base.rb', line 12

def process(playlist); end