Class: ActorSync::Configuration
- Inherits:
-
Object
- Object
- ActorSync::Configuration
- Defined in:
- lib/actor_sync/configuration.rb
Class Attribute Summary collapse
-
.mixpanel ⇒ Object
Returns the value of attribute mixpanel.
-
.sengrid ⇒ Object
Returns the value of attribute sengrid.
-
.sync ⇒ Object
Returns the value of attribute sync.
Class Attribute Details
.mixpanel ⇒ Object
Returns the value of attribute mixpanel.
5 6 7 |
# File 'lib/actor_sync/configuration.rb', line 5 def mixpanel @mixpanel end |
.sengrid ⇒ Object
Returns the value of attribute sengrid.
5 6 7 |
# File 'lib/actor_sync/configuration.rb', line 5 def sengrid @sengrid end |
.sync ⇒ Object
Returns the value of attribute sync.
5 6 7 |
# File 'lib/actor_sync/configuration.rb', line 5 def sync @sync end |