Sha256: 81f467acd95c4bad53e521987d4bfbaf0f382372e7102227746770abd766e332

Contents?: true

Size: 227 Bytes

Versions: 2

Compression:

Stored size: 227 Bytes

Contents

module Storefront
  module Microdata
    class Event
      def initialize(options = {})
        
      end
      
      def root_attributes
        {:itemscope => "http://data-vocabulary.org/Event"}
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
storefront-0.2.1 lib/storefront/microdata/event.rb
storefront-0.2.0 lib/storefront/microdata/event.rb