class Pay::FakeProcessor::PaymentMethod

Attributes

pay_payment_method[R]

Public Class Methods

new(pay_payment_method) click to toggle source
# File lib/pay/fake_processor/payment_method.rb, line 8
def initialize(pay_payment_method)
  @pay_payment_method = pay_payment_method
end

Public Instance Methods

detach() click to toggle source

Remove payment method

# File lib/pay/fake_processor/payment_method.rb, line 17
def detach
end
make_default!() click to toggle source

Sets payment method as default on Stripe

# File lib/pay/fake_processor/payment_method.rb, line 13
def make_default!
end