Class: FCReminder::Gateways::Base
- Inherits:
-
Object
- Object
- FCReminder::Gateways::Base
- Defined in:
- lib/fc-reminder/gateways/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
4 5 6 |
# File 'lib/fc-reminder/gateways/base.rb', line 4 def config @config end |
Instance Method Details
#send(recipient, data) ⇒ Object
6 7 |
# File 'lib/fc-reminder/gateways/base.rb', line 6 def send(recipient, data) end |