Class: Qismo::Objects::BroadcastJob
Overview
Defined Under Namespace
Classes: User
Constant Summary
Constants included
from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
Method Summary
from_array
Instance Attribute Details
#broadcast_job_id ⇒ Integer
20
|
# File 'lib/qismo/objects/broadcast_job.rb', line 20
attribute? :broadcast_job_id, Types::Int.optional
|
#canceled_at ⇒ String
40
|
# File 'lib/qismo/objects/broadcast_job.rb', line 40
attribute? :canceled_at, Types::String.optional
|
#canceled_by ⇒ Integer
44
|
# File 'lib/qismo/objects/broadcast_job.rb', line 44
attribute? :canceled_by, Types::Int.optional
|
#channel_id ⇒ Integer
48
|
# File 'lib/qismo/objects/broadcast_job.rb', line 48
attribute? :channel_id, Types::Int.optional
|
#channel_name ⇒ String
52
|
# File 'lib/qismo/objects/broadcast_job.rb', line 52
attribute? :channel_name, Types::String.optional
|
#created_at ⇒ String
56
|
# File 'lib/qismo/objects/broadcast_job.rb', line 56
attribute? :created_at, Types::String.optional
|
#id ⇒ Integer
60
|
# File 'lib/qismo/objects/broadcast_job.rb', line 60
attribute? :id, Types::Int | Types::String
|
28
|
# File 'lib/qismo/objects/broadcast_job.rb', line 28
attribute? :language, Types::String.optional
|
32
|
# File 'lib/qismo/objects/broadcast_job.rb', line 32
attribute? :name, Types::String.optional
|
#namespace ⇒ String
36
|
# File 'lib/qismo/objects/broadcast_job.rb', line 36
attribute? :namespace, Types::String.optional
|
#started_at ⇒ String
64
|
# File 'lib/qismo/objects/broadcast_job.rb', line 64
attribute? :started_at, Types::String.optional
|
68
|
# File 'lib/qismo/objects/broadcast_job.rb', line 68
attribute? :status, Types::String.optional
|
#template_detail_id ⇒ Integer
72
|
# File 'lib/qismo/objects/broadcast_job.rb', line 72
attribute? :template_detail_id, Types::Int.optional
|
#template_id ⇒ Integer
76
|
# File 'lib/qismo/objects/broadcast_job.rb', line 76
attribute? :template_id, Types::Int.optional
|
#template_name ⇒ String
80
|
# File 'lib/qismo/objects/broadcast_job.rb', line 80
attribute? :template_name, Types::String.optional
|
#total_failed ⇒ Integer
84
|
# File 'lib/qismo/objects/broadcast_job.rb', line 84
attribute? :total_failed, Types::Int.optional
|
#total_read ⇒ Integer
88
|
# File 'lib/qismo/objects/broadcast_job.rb', line 88
attribute? :total_read, Types::Int.optional
|
#total_received ⇒ Integer
92
|
# File 'lib/qismo/objects/broadcast_job.rb', line 92
attribute? :total_received, Types::Int.optional
|
#total_recipient ⇒ Integer
96
|
# File 'lib/qismo/objects/broadcast_job.rb', line 96
attribute? :total_recipient, Types::Int.optional
|
16
|
# File 'lib/qismo/objects/broadcast_job.rb', line 16
attribute? :user, User.optional
|