class Bunq::NoSessionCache
Public Instance Methods
clear()
click to toggle source
# File lib/bunq/client.rb, line 74 def clear # no-op end
get(&block)
click to toggle source
# File lib/bunq/client.rb, line 70 def get(&block) block.call if block_given? end