module FbGraph2::Edge::Refunds

Public Instance Methods

refund!(params = {}) click to toggle source
# File lib/fb_graph2/edge/refunds.rb, line 4
def refund!(params = {})
  self.post params, edge: :refund
end