class StashAPI::Comment

Public Class Methods

create(text, options = {}) click to toggle source
# File lib/stash_api/comment.rb, line 5
def create(text, options = {})
  options[:text] = text

  create_resource options
end