Sha256: 698a554dfe5a9a94dca82e18a69201e40423917829262c78256834c88876f3b4

Contents?: true

Size: 1.56 KB

Versions: 15

Compression:

Stored size: 1.56 KB

Contents

module Qismo
  module Objects
    # Broadcast log object
    #
    class BroadcastLog < Qismo::Object
      # @!attribute [r] button_params
      #   @return [String]
      attribute? :button_params, Types::String.optional

      # @!attribute [r] customer_name
      #   @return [String]
      attribute? :customer_name, Types::String.optional

      # @!attribute [r] header_value
      #   @return [String]
      attribute? :header_value, Types::String.optional

      # @!attribute [r] id
      #   @return [Integer]
      attribute? :id, Types::Int.optional

      # @!attribute [r] message
      #   @return [String]
      attribute? :message, Types::String.optional

      # @!attribute [r] message_id
      #   @return [String]
      attribute? :message_id, Types::String.optional

      # @!attribute [r] notes
      #   @return [String]
      attribute? :notes, Types::String.optional

      # @!attribute [r] params
      #   @return [String]
      attribute? :params, Types::String.optional

      # @!attribute [r] phone_number
      #   @return [String]
      attribute? :phone_number, Types::String.optional

      # @!attribute [r] sent_at
      #   @return [String]
      attribute? :sent_at, Types::String.optional

      # @!attribute [r] status
      #   @return [String]
      attribute? :status, Types::String.optional

      # @!attribute [r] template_name
      #   @return [String]
      attribute? :template_name, Types::String.optional

      # @!attribute [r] variables
      #   @return [String]
      attribute? :variables, Types::String.optional
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
qismo-0.18.3 lib/qismo/objects/broadcast_log.rb
qismo-0.18.2 lib/qismo/objects/broadcast_log.rb
qismo-0.18.1 lib/qismo/objects/broadcast_log.rb
qismo-0.18.0 lib/qismo/objects/broadcast_log.rb
qismo-0.17.10 lib/qismo/objects/broadcast_log.rb
qismo-0.17.9 lib/qismo/objects/broadcast_log.rb
qismo-0.17.7 lib/qismo/objects/broadcast_log.rb
qismo-0.17.6 lib/qismo/objects/broadcast_log.rb
qismo-0.17.5 lib/qismo/objects/broadcast_log.rb
qismo-0.17.4 lib/qismo/objects/broadcast_log.rb
qismo-0.17.3 lib/qismo/objects/broadcast_log.rb
qismo-0.17.2 lib/qismo/objects/broadcast_log.rb
qismo-0.17.1 lib/qismo/objects/broadcast_log.rb
qismo-0.17.0 lib/qismo/objects/broadcast_log.rb
qismo-0.15.0 lib/qismo/objects/broadcast_log.rb