Sha256: 8525939668f908a4a9cd27045b6ac8d90562df04531b8e0689762a96d94e352f
Contents?: true
Size: 555 Bytes
Versions: 4
Compression:
Stored size: 555 Bytes
Contents
module Videojuicer module Criterion class Geolocation include Videojuicer::Resource include Videojuicer::Exceptions property :city, String property :region, String property :country, String #property :exclude, Boolean property :created_at, DateTime property :updated_at, DateTime def self.plural_name "criteria" end def self.singular_name "criterion" end def self.base_path "/criteria/geolocation" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems