Module: Inky

Defined in:
lib/inky.rb,
lib/inky/file.rb,
lib/inky/version.rb

Defined Under Namespace

Classes: File

Constant Summary collapse

BASE_URL =
'https://www.filepicker.io/api'
VERSION =
'0.0.3'

Class Method Summary collapse

Class Method Details

.authorize!(api_key) ⇒ Object



9
10
11
# File 'lib/inky.rb', line 9

def self.authorize!(api_key)
  self.api_key = api_key
end