Sha256: 5eff863187ecc8d069221414e4f2878b597359cb7aeba17c32224cb7057a4543
Contents?: true
Size: 581 Bytes
Versions: 7
Compression:
Stored size: 581 Bytes
Contents
module Fog module DNS class StormOnDemand class Domain < Fog::Model identity :domain attribute :admin_handle attribute :bill_handle attribute :created attribute :expire attribute :ip attribute :registrar attribute :renewal_max_years attribute :renewal_status attribute :tech_handle attribute :updated def renew(years) requires :identity service.renew_domain(:domain => identity, :years => years) true end end end end end
Version data entries
7 entries across 5 versions & 3 rubygems