Class: Arena::Cache::Adaptor::Padrino

Inherits:
Generic
  • Object
show all
Defined in:
lib/arena/cache/adaptor/padrino.rb

Instance Attribute Summary

Attributes included from Arena::Configurable

#access_token, #api_version, #application_id, #application_secret, #auth_token, #base_domain, #expires_in, #use_caching

Class Method Summary collapse

Methods included from Arena::Configurable

#configure, keys, #reset!

Class Method Details

.method_missing(method, *args, &block) ⇒ Object



7
8
9
# File 'lib/arena/cache/adaptor/padrino.rb', line 7

def self.method_missing(method, *args, &block)
  # todo
end