Fog::Model
# File lib/fog/storm_on_demand/models/dns/domain.rb, line 19 def initialize(attributes={}) super end
# File lib/fog/storm_on_demand/models/dns/domain.rb, line 23 def renew(years) requires :identity service.renew_domain(:domain => identity, :years => years) true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.