Class: Qismo::Objects::IgChannel
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
24
|
# File 'lib/qismo/objects/ig_channel.rb', line 24
attribute? :badge_url, Types::String.optional
|
#id ⇒ Integer
8
|
# File 'lib/qismo/objects/ig_channel.rb', line 8
attribute? :id, Types::Int.optional
|
32
|
# File 'lib/qismo/objects/ig_channel.rb', line 32
attribute? :ig_id, Types::String.optional
|
#is_active ⇒ TrueClass, FalseClass
12
|
# File 'lib/qismo/objects/ig_channel.rb', line 12
attribute? :is_active, Types::Bool.optional
|
16
|
# File 'lib/qismo/objects/ig_channel.rb', line 16
attribute? :name, Types::String.optional
|
20
|
# File 'lib/qismo/objects/ig_channel.rb', line 20
attribute? :page_id, Types::String.optional
|
#private_replies_enabled ⇒ TrueClass, FalseClass
36
|
# File 'lib/qismo/objects/ig_channel.rb', line 36
attribute? :private_replies_enabled, Types::Bool.optional
|
#private_replies_text ⇒ String
40
|
# File 'lib/qismo/objects/ig_channel.rb', line 40
attribute? :private_replies_text, Types::String.optional
|
#use_channel_responder ⇒ TrueClass, FalseClass
28
|
# File 'lib/qismo/objects/ig_channel.rb', line 28
attribute? :use_channel_responder, Types::Bool.optional
|