Exception: StandardWebhooks::StandardWebhooksError
- Inherits:
-
StandardError
- Object
- StandardError
- StandardWebhooks::StandardWebhooksError
- Defined in:
- lib/standard_webhooks.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ StandardWebhooksError
constructor
A new instance of StandardWebhooksError.
Constructor Details
#initialize(message = nil) ⇒ StandardWebhooksError
Returns a new instance of StandardWebhooksError.
48 49 50 |
# File 'lib/standard_webhooks.rb', line 48 def initialize( = nil) @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
46 47 48 |
# File 'lib/standard_webhooks.rb', line 46 def @message end |