class SecupayRuby::Requests::Capture
Public Instance Methods
path()
click to toggle source
# File lib/secupay_ruby/requests/capture.rb, line 4 def path @path ||= ["payment", payment.hash, "capture"].join("/") end