Sha256: 22479de0d1f6a960d026f0642e0656920c63f4744e64b000ef888b0bec49f6de
Contents?: true
Size: 581 Bytes
Versions: 6
Compression:
Stored size: 581 Bytes
Contents
# frozen_string_literal: true module Decidim module DecidimAwesome module Admin # A form object used to configure the endpoint. # class IntergramForm < Decidim::Form attribute :chat_id, String attribute :require_login, Boolean attribute :color, String attribute :use_floating_button, Boolean attribute :title_open, String attribute :title_closed, String attribute :intro_message, String attribute :auto_response, String attribute :auto_no_response, String end end end end
Version data entries
6 entries across 6 versions & 1 rubygems