Class: GtmOnRails::Config
- Inherits:
-
Object
- Object
- GtmOnRails::Config
- Defined in:
- lib/gtm_on_rails/config.rb
Instance Attribute Summary collapse
-
#container_id ⇒ Object
Variables detail is writen in lib/generators/templates/gtm_on_rails.rb.
-
#data_layer_limit_byte_size ⇒ Object
Returns the value of attribute data_layer_limit_byte_size.
-
#ecommerce_default_currency ⇒ Object
Returns the value of attribute ecommerce_default_currency.
-
#rescue_when_error_occurred ⇒ Object
Returns the value of attribute rescue_when_error_occurred.
-
#send_controller_and_action_in_data_layer ⇒ Object
Returns the value of attribute send_controller_and_action_in_data_layer.
Instance Attribute Details
#container_id ⇒ Object
Variables detail is writen in lib/generators/templates/gtm_on_rails.rb.
4 5 6 |
# File 'lib/gtm_on_rails/config.rb', line 4 def container_id @container_id end |
#data_layer_limit_byte_size ⇒ Object
Returns the value of attribute data_layer_limit_byte_size.
5 6 7 |
# File 'lib/gtm_on_rails/config.rb', line 5 def data_layer_limit_byte_size @data_layer_limit_byte_size end |
#ecommerce_default_currency ⇒ Object
Returns the value of attribute ecommerce_default_currency.
8 9 10 |
# File 'lib/gtm_on_rails/config.rb', line 8 def ecommerce_default_currency @ecommerce_default_currency end |
#rescue_when_error_occurred ⇒ Object
Returns the value of attribute rescue_when_error_occurred.
7 8 9 |
# File 'lib/gtm_on_rails/config.rb', line 7 def rescue_when_error_occurred @rescue_when_error_occurred end |
#send_controller_and_action_in_data_layer ⇒ Object
Returns the value of attribute send_controller_and_action_in_data_layer.
6 7 8 |
# File 'lib/gtm_on_rails/config.rb', line 6 def send_controller_and_action_in_data_layer @send_controller_and_action_in_data_layer end |