class Fog::DNS::StormOnDemand::Domain

Public Instance Methods

renew(years) click to toggle source
# File lib/fog/dns/storm_on_demand/models/domain.rb, line 17
def renew(years)
  requires :identity
  service.renew_domain(:domain => identity, :years => years)
  true
end