Class: Bunq::NoSessionCache

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

Instance Method Summary collapse

Instance Method Details

#clearObject



66
67
68
# File 'lib/bunq/client.rb', line 66

def clear
  # no-op
end

#get(&block) ⇒ Object



62
63
64
# File 'lib/bunq/client.rb', line 62

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