Exception: Rubaidh::AnalyticsError
- Inherits:
-
StandardError
- Object
- StandardError
- Rubaidh::AnalyticsError
- Defined in:
- lib/rubaidh/view_helpers.rb
Overview
Error raised by tracking methods if Rubaidh::GoogleAnalytics.defer_load is not configured properly to enable tracking.
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ AnalyticsError
constructor
A new instance of AnalyticsError.
Constructor Details
#initialize(message) ⇒ AnalyticsError
Returns a new instance of AnalyticsError.
62 63 64 |
# File 'lib/rubaidh/view_helpers.rb', line 62 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
60 61 62 |
# File 'lib/rubaidh/view_helpers.rb', line 60 def @message end |