Class: BunBun::CLI::Purge
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
argument_count, argument_names, option, #option_parser, options
Instance Method Details
#call(url) ⇒ Object
2 3 4 |
# File 'lib/bunbun/cli/purge.rb', line 2 def call(url) client.purge(url) end |