lib/relinkly/domain.rb in relinkly-1.0.2 vs lib/relinkly/domain.rb in relinkly-1.1.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Relinkly class Domain < Element - attr_accessor :id, :ref, :full_name, :top_level_domain, :level, - :created_at, :updated_at, :custom_homepage, :owner_id, :type, - :subdomains, :managed, :status, :https, :active + attr_accessor :id, :ref, :full_name, :top_level_domain, :level, :created_at, :updated_at, + :custom_homepage, :owner_id, :type, :subdomains, :managed, :status, :https, + :active end end