class FakePaymill::Memory
Attributes
clients[RW]
Public Class Methods
new()
click to toggle source
# File lib/fake_paymill/memory.rb, line 5 def initialize clear! end
Public Instance Methods
clear!()
click to toggle source
# File lib/fake_paymill/memory.rb, line 9 def clear! @clients = {} end