Class: Podrb::Commands::Archive::Output
- Inherits:
-
BaseOutput
- Object
- BaseOutput
- Podrb::Commands::Archive::Output
- Defined in:
- lib/podrb/commands/archive/output.rb
Instance Method Summary collapse
Methods inherited from BaseOutput
Constructor Details
This class inherits a constructor from Podrb::Commands::BaseOutput
Instance Method Details
#call ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/podrb/commands/archive/output.rb', line 7 def call case @context[:details] when :episode_archived <<~OUTPUT Episode successfully archived! OUTPUT when :not_found <<~OUTPUT Episode not found OUTPUT end end |