module Riiif
Constants
- HTTPFileResolver
- VERSION
Public Class Methods
deprecation()
click to toggle source
# File lib/riiif.rb, line 15 def self.deprecation @deprecation ||= ActiveSupport::Deprecation.new('3.0', 'Riiif') end
kakadu_enabled?()
click to toggle source
# File lib/riiif.rb, line 28 def self.kakadu_enabled? Engine.config.kakadu_enabled end