Class: SpotifyWebApi::FileWrapper

Inherits:
CoreLibrary::FileWrapper
  • Object
show all
Defined in:
lib/spotify_web_api/utilities/file_wrapper.rb

Overview

A utility to allow users to set the content-type for files

Instance Method Summary collapse

Constructor Details

#initialize(file, content_type: 'application/octet-stream') ⇒ FileWrapper

The constructor.



12
13
14
# File 'lib/spotify_web_api/utilities/file_wrapper.rb', line 12

def initialize(file, content_type: 'application/octet-stream')
  super
end