module Sendable

Constants

VERSION

Attributes

config[RW]

Public Class Methods

client() click to toggle source
# File lib/sendable.rb, line 20
def self.client
  @client ||= Client.new(config.api_key)
end