Class: ActorSync::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/actor_sync/configuration.rb

Class Attribute Summary collapse

Class Attribute Details

.mixpanelObject

Returns the value of attribute mixpanel.



5
6
7
# File 'lib/actor_sync/configuration.rb', line 5

def mixpanel
  @mixpanel
end

.sengridObject

Returns the value of attribute sengrid.



5
6
7
# File 'lib/actor_sync/configuration.rb', line 5

def sengrid
  @sengrid
end

.syncObject

Returns the value of attribute sync.



5
6
7
# File 'lib/actor_sync/configuration.rb', line 5

def sync
  @sync
end