Class: Qismo::Objects::WacaChannel
Overview
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
#badge_url ⇒ String
8
|
# File 'lib/qismo/objects/waca_channel.rb', line 8
attribute? :badge_url, Types::String.optional
|
#business_id ⇒ String
12
|
# File 'lib/qismo/objects/waca_channel.rb', line 12
attribute? :business_id, Types::String.optional
|
#created_at ⇒ String
16
|
# File 'lib/qismo/objects/waca_channel.rb', line 16
attribute? :created_at, Types::String.optional
|
#id ⇒ Integer
24
|
# File 'lib/qismo/objects/waca_channel.rb', line 24
attribute? :id, Types::Int.optional
|
#is_active ⇒ TrueClass, FalseClass
28
|
# File 'lib/qismo/objects/waca_channel.rb', line 28
attribute? :is_active, Types::Bool.optional
|
32
|
# File 'lib/qismo/objects/waca_channel.rb', line 32
attribute? :name, Types::String.optional
|
#phone_number ⇒ String
36
|
# File 'lib/qismo/objects/waca_channel.rb', line 36
attribute? :phone_number, Types::String.optional
|
#phone_number_id ⇒ String
40
|
# File 'lib/qismo/objects/waca_channel.rb', line 40
attribute? :phone_number_id, Types::String.optional
|
#updated_at ⇒ String
20
|
# File 'lib/qismo/objects/waca_channel.rb', line 20
attribute? :deleted_at, Types::Nil.optional
|
#use_channel_responder ⇒ TrueClass, FalseClass
48
|
# File 'lib/qismo/objects/waca_channel.rb', line 48
attribute? :use_channel_responder, Types::Bool.optional
|
#webhook_identifier ⇒ String
52
|
# File 'lib/qismo/objects/waca_channel.rb', line 52
attribute? :webhook_identifier, Types::String.optional
|