Module: ApiAuth::Rails::ActiveResourceExtension::ActiveResourceApiAuth
- Defined in:
- lib/api_auth/railtie.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
25 26 27 28 29 30 31 |
# File 'lib/api_auth/railtie.rb', line 25 def self.included(base) base.extend(ClassMethods) base.class_attribute :hmac_access_id base.class_attribute :hmac_secret_key base.class_attribute :use_hmac base.class_attribute :api_auth_options end |