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

Version Path
qismo-0.18.3 lib/qismo/objects/fb_channel.rb
qismo-0.18.2 lib/qismo/objects/fb_channel.rb
qismo-0.18.1 lib/qismo/objects/fb_channel.rb
qismo-0.18.0 lib/qismo/objects/fb_channel.rb
qismo-0.17.10 lib/qismo/objects/fb_channel.rb
qismo-0.17.9 lib/qismo/objects/fb_channel.rb
qismo-0.17.7 lib/qismo/objects/fb_channel.rb
qismo-0.17.6 lib/qismo/objects/fb_channel.rb
qismo-0.17.5 lib/qismo/objects/fb_channel.rb
qismo-0.17.4 lib/qismo/objects/fb_channel.rb
qismo-0.17.3 lib/qismo/objects/fb_channel.rb
qismo-0.17.2 lib/qismo/objects/fb_channel.rb
qismo-0.17.1 lib/qismo/objects/fb_channel.rb
qismo-0.17.0 lib/qismo/objects/fb_channel.rb
qismo-0.15.0 lib/qismo/objects/fb_channel.rb