Sha256: 6086edea3104b4d62fcc4ac38b4ad46087480364555aa0ef94154e5c372b41df
Contents?: true
Size: 401 Bytes
Versions: 11
Compression:
Stored size: 401 Bytes
Contents
require File.join(File.dirname(__FILE__), "base") module Videojuicer module Criterion class Geolocation < Base property :country, String property :region, String property :city, String property :exclude, Boolean def matcher_keys [:country, :region, :city, :exclude] end end end end
Version data entries
11 entries across 11 versions & 2 rubygems