Class: Qismo::Objects::WacaChannel

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

Overview

Waca channel 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

#badge_urlString (readonly)

Returns:



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

attribute? :badge_url, Types::String.optional

#business_idString (readonly)

Returns:



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

attribute? :business_id, Types::String.optional

#created_atString (readonly)

Returns:



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

attribute? :created_at, Types::String.optional

#idInteger (readonly)

Returns:

  • (Integer)


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

attribute? :id, Types::Int.optional

#is_activeTrueClass, FalseClass (readonly)

Returns:

  • (TrueClass, FalseClass)


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

attribute? :is_active, Types::Bool.optional

#nameString (readonly)

Returns:



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

attribute? :name, Types::String.optional

#phone_numberString (readonly)

Returns:



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

attribute? :phone_number, Types::String.optional

#phone_number_idString (readonly)

Returns:



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

attribute? :phone_number_id, Types::String.optional

#updated_atString (readonly)

Returns:



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

attribute? :deleted_at, Types::Nil.optional

#use_channel_responderTrueClass, FalseClass (readonly)

Returns:

  • (TrueClass, FalseClass)


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

attribute? :use_channel_responder, Types::Bool.optional

#webhook_identifierString (readonly)

Returns:



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

attribute? :webhook_identifier, Types::String.optional