Module: RestCore::Flurry::DefaultAttributes
- Defined in:
- lib/rest-core/client/flurry/rails_util.rb
Instance Method Summary (collapse)
- - (Object) default_access_code
- - (Object) default_api_key
- - (Object) default_cache
- - (Object) default_log_method
Instance Method Details
- (Object) default_access_code
8 |
# File 'lib/rest-core/client/flurry/rails_util.rb', line 8 def default_access_code; nil ; end |
- (Object) default_api_key
7 |
# File 'lib/rest-core/client/flurry/rails_util.rb', line 7 def default_api_key ; nil ; end |
- (Object) default_cache
6 |
# File 'lib/rest-core/client/flurry/rails_util.rb', line 6 def default_cache ; Rails.cache ; end |
- (Object) default_log_method
5 |
# File 'lib/rest-core/client/flurry/rails_util.rb', line 5 def default_log_method ; Rails.logger.method(:debug); end |