Class: RMD::ProcessStrategy::Base
- Inherits:
-
Object
- Object
- RMD::ProcessStrategy::Base
- Defined in:
- lib/rmd/process_strategy/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
- #process(playlist) ⇒ Object
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() = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
6 7 8 |
# File 'lib/rmd/process_strategy/base.rb', line 6 def end |
Instance Method Details
#process(playlist) ⇒ Object
12 |
# File 'lib/rmd/process_strategy/base.rb', line 12 def process(playlist); end |