Module: Streamit::Store
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#save_stream! ⇒ Object
16 17 18 |
# File 'lib/streamit/store.rb', line 16 def save_stream! raise NotImplementedError end |
#stream_type_in_words ⇒ Object
12 13 14 |
# File 'lib/streamit/store.rb', line 12 def stream_type_in_words I18n.t(stream_type) end |