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

Class Method Details

.appleObject

Apple iTunes (WORLDWIDE CONTENT)



88
89
90
# File 'lib/shin/play.rb', line 88

def apple
  @apple ||= Apple.new
end

.cmoreObject

CMore (NORDIC CONTENT)



83
84
85
# File 'lib/shin/play.rb', line 83

def cmore
  @cmore ||= Cmore.new
end

.dplayObject

DPLAY (SE, NO, DK)



38
39
40
# File 'lib/shin/play.rb', line 38

def dplay
  @dplay ||= Dplay.new
end

.hbonordicObject

HBO Nordic (NORDIC CONTENT)



78
79
80
# File 'lib/shin/play.rb', line 78

def hbonordic
  @hbonordic ||= Hbonordic.new
end

.newObject

I don’t know why I need this



23
24
25
# File 'lib/shin/play.rb', line 23

def new
  self
end

.oppetarkivObject

OPPETARKIV.SE (SWEDISH CONTENT)



43
44
45
# File 'lib/shin/play.rb', line 43

def oppetarkiv
  @oppetarkiv ||= Oppetarkiv.new
end

.sbstvObject

SBSTV (K5, K9, K11) (SWEDISH CONTENT)



63
64
65
# File 'lib/shin/play.rb', line 63

def sbstv
  @sbstv ||= Sbstv.new
end

.svtplayObject

SVTPLAY.SE (SWEDISH CONTENT)



28
29
30
# File 'lib/shin/play.rb', line 28

def svtplay
  @svtplay ||= Svtplay.new
end

.tv2sumoObject

TV4PLAY.SE (NORWEGIAN CONTENT)



53
54
55
# File 'lib/shin/play.rb', line 53

def tv2sumo
  @tv2sumo ||= Tv2sumo.new
end

.tv4playObject

TV4PLAY.SE (SWEDISH CONTENT)



58
59
60
# File 'lib/shin/play.rb', line 58

def tv4play
  @tv4play ||= Tv4play.new
end

.urplayObject

URPLAY.SE (SWEDISH CONTENT)



48
49
50
# File 'lib/shin/play.rb', line 48

def urplay
  @urplay ||= Urplay.new
end

.viaplayObject

Viaplay (NORDIC CONTENT)



73
74
75
# File 'lib/shin/play.rb', line 73

def viaplay
  @viaplay ||= Viaplay.new
end

.viasatObject

Viasat (TV3 etc) (NORDIC CONTENT)



68
69
70
# File 'lib/shin/play.rb', line 68

def viasat
  @viasat ||= Viasat.new
end

.vikiObject

VIKI.COM (ASIAN CONTENT)



33
34
35
# File 'lib/shin/play.rb', line 33

def viki
  @viki ||= Viki.new
end