class Pay::PaymentError
Attributes
payment[R]
Public Class Methods
new(payment)
click to toggle source
# File lib/pay/errors.rb, line 9 def initialize(payment) @payment = payment end