lib/wcc/contentful/link.rb in wcc-contentful-1.2.0 vs lib/wcc/contentful/link.rb in wcc-contentful-1.2.1

- old
+ new

@@ -1,10 +1,8 @@ # frozen_string_literal: true class WCC::Contentful::Link - attr_reader :id - attr_reader :link_type - attr_reader :raw + attr_reader :id, :link_type, :raw LINK_TYPES = { Asset: 'Asset', Link: 'Entry' }.freeze