module LeanplumApi
Support for data export features are semi-deprecated in the gem, because the data they give has historically been inaccurate. The automated S3 export has better accuracy with a fraction of the headaches. Use these methods at your own risk.
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/leanplum_api/configuration.rb, line 5 def configure self.configuration ||= Configuration.new yield(configuration) if block_given? end
reset!()
click to toggle source
# File lib/leanplum_api/configuration.rb, line 10 def reset! self.configuration = Configuration.new end