Class: Bunq::NoSessionCache
- Inherits:
-
Object
- Object
- Bunq::NoSessionCache
- Defined in:
- lib/bunq/client.rb
Instance Method Summary collapse
Instance Method Details
#clear ⇒ Object
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 |