Class: FakeMollie::Customer::Mandate

Inherits:
Object
  • Object
show all
Defined in:
lib/fake_mollie/mandate.rb

Class Method Summary collapse

Class Method Details

.all(customer_id:) ⇒ Object



4
5
6
# File 'lib/fake_mollie/mandate.rb', line 4

def self.all(customer_id:)
  FakeMollie.customers[customer_id].mandates
end