Sha256: ac3139fef6666e0fcef16dbb42d724ac6c66b65926fe59edb298ed53fdb9c13b

Contents?: true

Size: 409 Bytes

Versions: 9

Compression:

Stored size: 409 Bytes

Contents

require 'poms'

Poms.descendants('VPWON_1251179', starts_at: Time.now, ends_at: 2.days.from_now)
# => Returns all media that is a descendant of the media by the given mid, and
# was broadcasted between now and next week

Poms.descendants('VPWON_1251179', starts_at: Time.now, type: 'BROADCAST')
# => Returns all media that is a descendant of the media by the given mid, has
# not aired yet and is a broadcast

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
poms-3.0.0 examples/search.rb
poms-2.6.0 examples/search.rb
poms-2.5.1 examples/search.rb
poms-2.5.0 examples/search.rb
poms-2.4.0 examples/search.rb
poms-2.3.1 examples/search.rb
poms-2.3.0 examples/search.rb
poms-2.2.1 examples/search.rb
poms-2.2.0 examples/search.rb