Class: Bunq::NoSessionCache

Inherits:
Object
  • Object
show all
Defined in:
lib/bunq/client.rb

Instance Method Summary collapse

Instance Method Details

#clearObject



74
75
76
# File 'lib/bunq/client.rb', line 74

def clear
  # no-op
end

#get(&block) ⇒ Object



70
71
72
# File 'lib/bunq/client.rb', line 70

def get(&block)
  block.call if block_given?
end