Method: Conduit::Core::Driver#actions
- Defined in:
- lib/conduit/core/driver.rb
#actions ⇒ Object
Storage array for required credentials
e.g. Conduit::Driver::Fusion.actions
> [:purchase]
106 107 108 |
# File 'lib/conduit/core/driver.rb', line 106 def actions @actions ||= Set.new end |