Class: Teapot::Command::Fetch

Inherits:
Flopp::Command
  • Object
show all
Defined in:
lib/teapot/command.rb

Instance Method Summary collapse

Instance Method Details

#invoke(parent) ⇒ Object



90
91
92
# File 'lib/teapot/command.rb', line 90

def invoke(parent)
	parent.controller.fetch(**@options)
end