module Redd::Models::Gildable

A model that can be gilded.

Public Instance Methods

gild() click to toggle source

Gift a user one month of reddit gold for their link or comment.

# File lib/redd/models/gildable.rb, line 8
def gild
  @client.post("/api/v1/gold/gild/#{get_attribute(:name)}")
end