Module: InformantRails::Config
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#exclude_models ⇒ Object
Returns the value of attribute exclude_models.
-
#filter_parameters ⇒ Object
Returns the value of attribute filter_parameters.
-
#value_tracking ⇒ Object
Returns the value of attribute value_tracking.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
4 5 6 |
# File 'lib/informant-rails/config.rb', line 4 def api_token @api_token end |
#exclude_models ⇒ Object
Returns the value of attribute exclude_models.
4 5 6 |
# File 'lib/informant-rails/config.rb', line 4 def exclude_models @exclude_models end |
#filter_parameters ⇒ Object
Returns the value of attribute filter_parameters.
4 5 6 |
# File 'lib/informant-rails/config.rb', line 4 def filter_parameters @filter_parameters end |
#value_tracking ⇒ Object
Returns the value of attribute value_tracking.
4 5 6 |
# File 'lib/informant-rails/config.rb', line 4 def value_tracking @value_tracking end |
Class Method Details
.client_identifier ⇒ Object
13 14 15 |
# File 'lib/informant-rails/config.rb', line 13 def self.client_identifier @client_identifier ||= "informant-rails-#{InformantRails::VERSION}" end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
11 |
# File 'lib/informant-rails/config.rb', line 11 def configure; yield self end |