Module: Thumbor

Defined in:
lib/ruby-thumbor.rb,
lib/thumbor/cascade.rb,
lib/thumbor/version.rb,
lib/thumbor/crypto_url.rb

Defined Under Namespace

Classes: Cascade, CryptoURL

Constant Summary collapse

VERSION =
'1.2.0'
@@key =
nil

Class Method Summary collapse

Class Method Details

.keyObject



11
12
13
# File 'lib/ruby-thumbor.rb', line 11

def self.key
  @@key
end

.key=(key) ⇒ Object



7
8
9
# File 'lib/ruby-thumbor.rb', line 7

def self.key=(key)
  @@key = key
end