Sha256: 179f78cbbf0c482732f76672f3e8a22e91b42e3b77bf3b94f794d18d15991ce1
Contents?: true
Size: 286 Bytes
Versions: 27
Compression:
Stored size: 286 Bytes
Contents
module Workarea class TrafficReferrer include ApplicationDocument field :known, type: Boolean, default: false field :source, type: String field :medium, type: String field :uri, type: String field :domain, type: String field :term, type: String end end
Version data entries
27 entries across 27 versions & 1 rubygems