Class: Teapot::Command::Fetch

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

Instance Method Summary collapse

Instance Method Details

#invoke(parent) ⇒ Object



93
94
95
# File 'lib/teapot/command.rb', line 93

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