Class: BunBun::CLI::ZonePurge
- Defined in:
- lib/bunbun/cli/zone_purge.rb
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(id) ⇒ Object
2 3 4 |
# File 'lib/bunbun/cli/zone_purge.rb', line 2 def call(id) client.pull_zone.purge(id) end |