Exception: Rubaidh::AnalyticsError
- Inherits:
-
StandardError
- Object
- StandardError
- Rubaidh::AnalyticsError
- Defined in:
- lib/rubaidh/view_helpers.rb
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.
42 43 44 |
# File 'lib/rubaidh/view_helpers.rb', line 42 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
40 41 42 |
# File 'lib/rubaidh/view_helpers.rb', line 40 def @message end |