Sha256: ab64b89c6e4cd589cd590e7d1908d81f7f7b5f83f1261fc26fa342cd49715282

Contents?: true

Size: 276 Bytes

Versions: 7

Compression:

Stored size: 276 Bytes

Contents

class Tumblr
  class Post
    class Conversation < Post
      
      def initialize(chat, post_id = nil)
        super post_id
        self.conversation = chat
        @type = :conversation
      end
      
      parameters :conversation, :title
            
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tumblr-rb-1.3.0 lib/tumblr/post/conversation.rb
tumblr-rb-1.2.0 lib/tumblr/post/conversation.rb
tumblr-rb-1.1.1 lib/tumblr/post/conversation.rb
tumblr-rb-1.1.0 lib/tumblr/post/conversation.rb
tumblr-rb-1.0.0 lib/tumblr/post/conversation.rb
tumblr-rb-0.1.1 lib/tumblr/post/conversation.rb
tumblr-rb-0.1.0 lib/tumblr/post/conversation.rb