Sha256: 789fde2bdce580b370734ba9cfbe4f9a03a1b4295a4ba38e893f13b183bf5c92
Contents?: true
Size: 230 Bytes
Versions: 3
Compression:
Stored size: 230 Bytes
Contents
module MessagebirdTexter class Configuration < ActionTexter::Configuration def initialize @endpoint = 'https://rest.messagebird.com' @path = '/messages' @content_type = 'application/json' end end end
Version data entries
3 entries across 3 versions & 1 rubygems