Module: Shin::Play
- Defined in:
- lib/shin/play.rb,
lib/shin/play/viki.rb,
lib/shin/play/apple.rb,
lib/shin/play/cmore.rb,
lib/shin/play/dplay.rb,
lib/shin/play/sbstv.rb,
lib/shin/play/urplay.rb,
lib/shin/play/viasat.rb,
lib/shin/play/svtplay.rb,
lib/shin/play/tv2sumo.rb,
lib/shin/play/tv4play.rb,
lib/shin/play/viaplay.rb,
lib/shin/play/hbonordic.rb,
lib/shin/play/oppetarkiv.rb
Defined Under Namespace
Classes: Apple, Cmore, Dplay, Hbonordic, Oppetarkiv, Sbstv, Svtplay, Tv2sumo, Tv4play, Urplay, Viaplay, Viasat, Viki
Class Method Summary collapse
-
.apple ⇒ Object
Apple iTunes (WORLDWIDE CONTENT).
-
.cmore ⇒ Object
CMore (NORDIC CONTENT).
-
.dplay ⇒ Object
DPLAY (SE, NO, DK).
-
.hbonordic ⇒ Object
HBO Nordic (NORDIC CONTENT).
-
.new ⇒ Object
I don’t know why I need this.
-
.oppetarkiv ⇒ Object
OPPETARKIV.SE (SWEDISH CONTENT).
-
.sbstv ⇒ Object
SBSTV (K5, K9, K11) (SWEDISH CONTENT).
-
.svtplay ⇒ Object
SVTPLAY.SE (SWEDISH CONTENT).
-
.tv2sumo ⇒ Object
TV4PLAY.SE (NORWEGIAN CONTENT).
-
.tv4play ⇒ Object
TV4PLAY.SE (SWEDISH CONTENT).
-
.urplay ⇒ Object
URPLAY.SE (SWEDISH CONTENT).
-
.viaplay ⇒ Object
Viaplay (NORDIC CONTENT).
-
.viasat ⇒ Object
Viasat (TV3 etc) (NORDIC CONTENT).
-
.viki ⇒ Object
VIKI.COM (ASIAN CONTENT).
Class Method Details
.apple ⇒ Object
Apple iTunes (WORLDWIDE CONTENT)
88 89 90 |
# File 'lib/shin/play.rb', line 88 def apple @apple ||= Apple.new end |
.cmore ⇒ Object
CMore (NORDIC CONTENT)
83 84 85 |
# File 'lib/shin/play.rb', line 83 def cmore @cmore ||= Cmore.new end |
.dplay ⇒ Object
DPLAY (SE, NO, DK)
38 39 40 |
# File 'lib/shin/play.rb', line 38 def dplay @dplay ||= Dplay.new end |
.hbonordic ⇒ Object
HBO Nordic (NORDIC CONTENT)
78 79 80 |
# File 'lib/shin/play.rb', line 78 def hbonordic @hbonordic ||= Hbonordic.new end |
.new ⇒ Object
I don’t know why I need this
23 24 25 |
# File 'lib/shin/play.rb', line 23 def new self end |
.oppetarkiv ⇒ Object
OPPETARKIV.SE (SWEDISH CONTENT)
43 44 45 |
# File 'lib/shin/play.rb', line 43 def oppetarkiv @oppetarkiv ||= Oppetarkiv.new end |
.sbstv ⇒ Object
SBSTV (K5, K9, K11) (SWEDISH CONTENT)
63 64 65 |
# File 'lib/shin/play.rb', line 63 def sbstv @sbstv ||= Sbstv.new end |
.svtplay ⇒ Object
SVTPLAY.SE (SWEDISH CONTENT)
28 29 30 |
# File 'lib/shin/play.rb', line 28 def svtplay @svtplay ||= Svtplay.new end |
.tv2sumo ⇒ Object
TV4PLAY.SE (NORWEGIAN CONTENT)
53 54 55 |
# File 'lib/shin/play.rb', line 53 def tv2sumo @tv2sumo ||= Tv2sumo.new end |
.tv4play ⇒ Object
TV4PLAY.SE (SWEDISH CONTENT)
58 59 60 |
# File 'lib/shin/play.rb', line 58 def tv4play @tv4play ||= Tv4play.new end |
.urplay ⇒ Object
URPLAY.SE (SWEDISH CONTENT)
48 49 50 |
# File 'lib/shin/play.rb', line 48 def urplay @urplay ||= Urplay.new end |
.viaplay ⇒ Object
Viaplay (NORDIC CONTENT)
73 74 75 |
# File 'lib/shin/play.rb', line 73 def viaplay @viaplay ||= Viaplay.new end |