Class: Bitport::Files
- Inherits:
-
Object
- Object
- Bitport::Files
- Defined in:
- lib/bitport/files.rb
Class Method Summary collapse
- .all ⇒ Object
- .destroy_all(file_codes) ⇒ Object
- .destroy_by(file_code) ⇒ Object
- .download(file_code) ⇒ Object
- .find(file_code) ⇒ Object
- .hls_playlist(file_code) ⇒ Object
- .stream(file_code) ⇒ Object
- .stream_information(file_code) ⇒ Object
- .stream_url(file_code) ⇒ Object
- .subtitles(file_code) ⇒ Object
- .update(file_code) ⇒ Object
Class Method Details
.all ⇒ Object
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 |