Class: Qismo::Objects::FbChannel
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/fb_channel.rb', line 24
attribute? :badge_url, Types::String.optional
|
#id ⇒ Integer
8
|
# File 'lib/qismo/objects/fb_channel.rb', line 8
attribute? :id, Types::Int.optional
|
#is_active ⇒ TrueClass, FalseClass
12
|
# File 'lib/qismo/objects/fb_channel.rb', line 12
attribute? :is_active, Types::Bool.optional
|
20
|
# File 'lib/qismo/objects/fb_channel.rb', line 20
attribute? :page_id, Types::String.optional
|
#profile_name ⇒ String
16
|
# File 'lib/qismo/objects/fb_channel.rb', line 16
attribute? :profile_name, Types::String.optional
|
#use_channel_responder ⇒ TrueClass, FalseClass
28
|
# File 'lib/qismo/objects/fb_channel.rb', line 28
attribute :use_channel_responder, Types::Bool.optional
|