Class: Crowdskout::Services::BaseService
- Inherits:
-
Object
- Object
- Crowdskout::Services::BaseService
- Defined in:
- lib/crowdskout/services/base_service.rb
Direct Known Subclasses
AttributeService, FieldService, ProfileService, QuartermasterService
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/crowdskout/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/crowdskout/services/base_service.rb', line 11 def api_key @api_key end |