Sha256: eda09bd9b48c540c321aae72d4f4380ad83f6e55eb7f9a3468cf1370066cbe39
Contents?: true
Size: 830 Bytes
Versions: 15
Compression:
Stored size: 830 Bytes
Contents
module Qismo module Objects # Fb channel object # class FbChannel < Qismo::Object # @!attribute [r] id # @return [Integer] attribute? :id, Types::Int.optional # @!attribute [r] is_active # @return [TrueClass,FalseClass] attribute? :is_active, Types::Bool.optional # @!attribute [r] profile_name # @return [String] attribute? :profile_name, Types::String.optional # @!attribute [r] page_id # @return [String] attribute? :page_id, Types::String.optional # @!attribute [r] badge_url # @return [String] attribute? :badge_url, Types::String.optional # @!attribute [r] use_channel_responder # @return [TrueClass,FalseClass] attribute :use_channel_responder, Types::Bool.optional end end end
Version data entries
15 entries across 15 versions & 1 rubygems