Sha256: cb7301339b87357726322b21cfd6543142b17ef7ef04e7fbb0bbe900c0c98283
Contents?: true
Size: 409 Bytes
Versions: 108
Compression:
Stored size: 409 Bytes
Contents
module GovukPublishingComponents module Presenters class HowToSchema attr_reader :how_to_url def initialize(how_to_url) @how_to_url = how_to_url end def structured_data # http://schema.org/HowTo - minimal { "@context" => "http://schema.org", "@type" => "HowTo", "sameAs" => how_to_url } end end end end
Version data entries
108 entries across 108 versions & 1 rubygems