Class: Podrb::Commands::BaseOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/podrb/commands/base_output.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(context) ⇒ BaseOutput

Returns a new instance of BaseOutput.



12
13
14
# File 'lib/podrb/commands/base_output.rb', line 12

def initialize(context)
  @context = context
end

Class Method Details

.call(context = {}) ⇒ Object



8
9
10
# File 'lib/podrb/commands/base_output.rb', line 8

def self.call(context = {})
  new(context).call
end