Method: Totoro::Config#exchange_persistent?
- Defined in:
- lib/totoro/config.rb
#exchange_persistent?(id) ⇒ Boolean
30 31 32 |
# File 'lib/totoro/config.rb', line 30 def exchange_persistent?(id) !!@data[:exchange][id][:persistent] end |