Class: Qismo::Objects::BroadcastLog

Inherits:
Qismo::Object show all
Defined in:
lib/qismo/objects/broadcast_log.rb

Overview

Broadcast log object

Constant Summary

Constants included from Types

Types::Bool, Types::Hash, Types::Int, Types::String

Instance Attribute Summary collapse

Method Summary

Methods inherited from Qismo::Object

from_array

Instance Attribute Details

#button_paramsString (readonly)

Returns:



8
# File 'lib/qismo/objects/broadcast_log.rb', line 8

attribute? :button_params, Types::String.optional

#customer_nameString (readonly)

Returns:



12
# File 'lib/qismo/objects/broadcast_log.rb', line 12

attribute? :customer_name, Types::String.optional

#header_valueString (readonly)

Returns:



16
# File 'lib/qismo/objects/broadcast_log.rb', line 16

attribute? :header_value, Types::String.optional

#idInteger (readonly)

Returns:

  • (Integer)


20
# File 'lib/qismo/objects/broadcast_log.rb', line 20

attribute? :id, Types::Int.optional

#messageString (readonly)

Returns:



24
# File 'lib/qismo/objects/broadcast_log.rb', line 24

attribute? :message, Types::String.optional

#message_idString (readonly)

Returns:



28
# File 'lib/qismo/objects/broadcast_log.rb', line 28

attribute? :message_id, Types::String.optional

#notesString (readonly)

Returns:



32
# File 'lib/qismo/objects/broadcast_log.rb', line 32

attribute? :notes, Types::String.optional

#paramsString (readonly)

Returns:



36
# File 'lib/qismo/objects/broadcast_log.rb', line 36

attribute? :params, Types::String.optional

#phone_numberString (readonly)

Returns:



40
# File 'lib/qismo/objects/broadcast_log.rb', line 40

attribute? :phone_number, Types::String.optional

#sent_atString (readonly)

Returns:



44
# File 'lib/qismo/objects/broadcast_log.rb', line 44

attribute? :sent_at, Types::String.optional

#statusString (readonly)

Returns:



48
# File 'lib/qismo/objects/broadcast_log.rb', line 48

attribute? :status, Types::String.optional

#template_nameString (readonly)

Returns:



52
# File 'lib/qismo/objects/broadcast_log.rb', line 52

attribute? :template_name, Types::String.optional

#variablesString (readonly)

Returns:



56
# File 'lib/qismo/objects/broadcast_log.rb', line 56

attribute? :variables, Types::String.optional