Module: Promoter

Defined in:
lib/promoter.rb,
lib/promoter/errors.rb,
lib/promoter/metric.rb,
lib/promoter/contact.rb,
lib/promoter/request.rb,
lib/promoter/version.rb,
lib/promoter/campaign.rb,
lib/promoter/feedback.rb,
lib/promoter/contact_list.rb,
lib/promoter/email_template.rb

Defined Under Namespace

Modules: Errors Classes: Campaign, Contact, ContactList, EmailTemplate, Feedback, Metric, Request

Constant Summary collapse

VERSION =
"0.9.5"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



13
14
15
# File 'lib/promoter.rb', line 13

def api_key
  @api_key
end

.api_versionObject

Returns the value of attribute api_version.



15
16
17
# File 'lib/promoter.rb', line 15

def api_version
  @api_version
end

.debugObject

Returns the value of attribute debug.



14
15
16
# File 'lib/promoter.rb', line 14

def debug
  @debug
end