Sha256: 24d689911e0b8a6b640a625be7e8b1aae7b97678b82343e54ea366098635a618

Contents?: true

Size: 553 Bytes

Versions: 10

Compression:

Stored size: 553 Bytes

Contents

module RedboothRuby
  class Conversation < Base
    include RedboothRuby::Operations::Index
    include RedboothRuby::Operations::Create
    include RedboothRuby::Operations::Update
    include RedboothRuby::Operations::Show
    include RedboothRuby::Operations::Delete

    attr_accessor :id,
                  :name,
                  :project_id,
                  :user_id,
                  :comments_count,
                  :is_private,
                  :last_activity_id,
                  :created_at,
                  :updated_at

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
redbooth-ruby-0.2.3 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.2.2 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.2.1 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.2.0 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.1.4 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.1.3 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.1.1 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.1.0 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.0.5 lib/redbooth-ruby/conversation.rb
redbooth-ruby-0.0.4 lib/redbooth-ruby/conversation.rb