Class: Enom::Commands::RenewDomain
- Inherits:
-
Object
- Object
- Enom::Commands::RenewDomain
- Defined in:
- lib/enom/commands/renew_domain.rb
Instance Method Summary collapse
Instance Method Details
#execute(args, options = {}) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/enom/commands/renew_domain.rb', line 4 def execute(args, ={}) name = args.shift domain = Domain.renew!(name) output = "Renewed #{domain.name}" puts output return output end |