class BeeiqAPI::Configuration

Attributes

sender_email[RW]

The email sender in BeeIQ platform

webhook_url[RW]

The API key for your project.

Public Class Methods

new() click to toggle source
# File lib/configuration.rb, line 17
def initialize
  @webhook_url= nil
  @sender_email = nil
end