Module: Smtpcom::Sendapi
- Defined in:
- lib/smtpcom/sendapi.rb,
lib/smtpcom/sendapi/email.rb,
lib/smtpcom/sendapi/utils.rb,
lib/smtpcom/sendapi/sender.rb,
lib/smtpcom/sendapi/request.rb,
lib/smtpcom/sendapi/version.rb,
lib/smtpcom/sendapi/campaign.rb,
lib/smtpcom/sendapi/template.rb,
lib/smtpcom/sendapi/api_resource.rb,
lib/smtpcom/sendapi/opens_report.rb,
lib/smtpcom/sendapi/sends_report.rb,
lib/smtpcom/sendapi/clicks_report.rb,
lib/smtpcom/sendapi/stats_summary.rb,
lib/smtpcom/sendapi/real_time_reporting.rb
Defined Under Namespace
Modules: Request, Utils Classes: ApiResource, Campaign, ClicksReport, Email, OpensReport, RealTimeReporting, Sender, SendsReport, StatsSummary, Template
Constant Summary collapse
- VERSION =
"1.0.1"
Class Attribute Summary collapse
-
.api_base ⇒ Object
Returns the value of attribute api_base.
-
.api_host ⇒ Object
Returns the value of attribute api_host.
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Attribute Details
.api_base ⇒ Object
Returns the value of attribute api_base.
23 24 25 |
# File 'lib/smtpcom/sendapi.rb', line 23 def api_base @api_base end |
.api_host ⇒ Object
Returns the value of attribute api_host.
23 24 25 |
# File 'lib/smtpcom/sendapi.rb', line 23 def api_host @api_host end |
.api_key ⇒ Object
Returns the value of attribute api_key.
23 24 25 |
# File 'lib/smtpcom/sendapi.rb', line 23 def api_key @api_key end |