Sha256: 277a3758b69861676f899e46e460b150a1226f866214653a96cee17f0328d98f
Contents?: true
Size: 629 Bytes
Versions: 11
Compression:
Stored size: 629 Bytes
Contents
module Videojuicer class Campaign include Videojuicer::Resource include Videojuicer::Resource::Taggable include Videojuicer::Exceptions property :name, String property :user_id, Integer property :insert_domain, String property :presentation_id, Integer property :disclosure, String property :created_at, DateTime property :updated_at, DateTime property :tag_list, String belongs_to :user, :class=>Videojuicer::User attr_accessor :criteria attr_accessor :presentations attr_accessor :inserts end end
Version data entries
11 entries across 11 versions & 1 rubygems