Class: SendLayer::SendLayer
- Inherits:
-
Object
- Object
- SendLayer::SendLayer
- Defined in:
- lib/sendlayer.rb
Instance Attribute Summary collapse
-
#emails ⇒ Object
readonly
Returns the value of attribute emails.
-
#events ⇒ Object
readonly
Returns the value of attribute events.
-
#webhooks ⇒ Object
readonly
Returns the value of attribute webhooks.
Instance Method Summary collapse
-
#initialize(api_key, options = {}) ⇒ SendLayer
constructor
Initialize the SDK.
Constructor Details
Instance Attribute Details
#emails ⇒ Object (readonly)
Returns the value of attribute emails.
12 13 14 |
# File 'lib/sendlayer.rb', line 12 def emails @emails end |
#events ⇒ Object (readonly)
Returns the value of attribute events.
12 13 14 |
# File 'lib/sendlayer.rb', line 12 def events @events end |
#webhooks ⇒ Object (readonly)
Returns the value of attribute webhooks.
12 13 14 |
# File 'lib/sendlayer.rb', line 12 def webhooks @webhooks end |