Class: Bitport::Files

Inherits:
Object
  • Object
show all
Defined in:
lib/bitport/files.rb

Class Method Summary collapse

Class Method Details

.allObject



5
6
# File 'lib/bitport/files.rb', line 5

def self.all
end

.destroy_all(file_codes) ⇒ Object



14
15
# File 'lib/bitport/files.rb', line 14

def self.destroy_all(file_codes)
end

.destroy_by(file_code) ⇒ Object



11
12
# File 'lib/bitport/files.rb', line 11

def self.destroy_by(file_code)
end

.download(file_code) ⇒ Object



17
18
# File 'lib/bitport/files.rb', line 17

def self.download(file_code)
end

.find(file_code) ⇒ Object



8
9
# File 'lib/bitport/files.rb', line 8

def self.find(file_code)
end

.hls_playlist(file_code) ⇒ Object



35
36
# File 'lib/bitport/files.rb', line 35

def self.hls_playlist(file_code)
end

.stream(file_code) ⇒ Object



20
21
# File 'lib/bitport/files.rb', line 20

def self.stream(file_code)
end

.stream_information(file_code) ⇒ Object



26
27
# File 'lib/bitport/files.rb', line 26

def self.stream_information(file_code)
end

.stream_url(file_code) ⇒ Object



23
24
# File 'lib/bitport/files.rb', line 23

def self.stream_url(file_code)
end

.subtitles(file_code) ⇒ Object



29
30
# File 'lib/bitport/files.rb', line 29

def self.subtitles(file_code)
end

.update(file_code) ⇒ Object



32
33
# File 'lib/bitport/files.rb', line 32

def self.update(file_code)
end