Class: ConstantContact::Services::BaseService
- Inherits:
-
Object
- Object
- ConstantContact::Services::BaseService
- Defined in:
- lib/constantcontact/services/base_service.rb
Direct Known Subclasses
AccountService, ActivityService, CampaignScheduleService, CampaignTrackingService, ContactService, ContactTrackingService, EmailMarketingService, EventSpotService, LibraryService, ListService
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_token.
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
11 12 13 |
# File 'lib/constantcontact/services/base_service.rb', line 11 def access_token @access_token end |
.api_key ⇒ Object
Returns the value of attribute api_key.
11 12 13 |
# File 'lib/constantcontact/services/base_service.rb', line 11 def api_key @api_key end |