Class: Podrb::Commands::Open::Output
- Inherits:
-
BaseOutput
- Object
- BaseOutput
- Podrb::Commands::Open::Output
- Defined in:
- lib/podrb/commands/open/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 |
# File 'lib/podrb/commands/open/output.rb', line 7 def call case @context[:details] when :not_found <<~OUTPUT The episode was not found. OUTPUT end end |