class Mattermost::Post

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/mattermost/post.rb, line 4
def self.new(attributes = {})
  ::Post.new(attributes)
end