Module: Outreach
- Defined in:
- lib/outreach.rb,
lib/outreach/client.rb,
lib/outreach/errors.rb,
lib/outreach/request.rb,
lib/outreach/version.rb,
lib/outreach/prospect.rb,
lib/outreach/authorization.rb,
lib/outreach/service/prospect.rb
Defined Under Namespace
Modules: Errors, Service Classes: Authorization, Client, Prospect, Request
Constant Summary collapse
- VERSION =
"0.2.1"
Class Attribute Summary collapse
-
.application_identifier ⇒ Object
Returns the value of attribute application_identifier.
-
.application_secret ⇒ Object
Returns the value of attribute application_secret.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
-
.scopes ⇒ Object
Returns the value of attribute scopes.
Class Attribute Details
.application_identifier ⇒ Object
Returns the value of attribute application_identifier.
11 12 13 |
# File 'lib/outreach.rb', line 11 def application_identifier @application_identifier end |
.application_secret ⇒ Object
Returns the value of attribute application_secret.
12 13 14 |
# File 'lib/outreach.rb', line 12 def application_secret @application_secret end |
.debug ⇒ Object
Returns the value of attribute debug.
15 16 17 |
# File 'lib/outreach.rb', line 15 def debug @debug end |
.redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
14 15 16 |
# File 'lib/outreach.rb', line 14 def redirect_uri @redirect_uri end |
.scopes ⇒ Object
Returns the value of attribute scopes.
13 14 15 |
# File 'lib/outreach.rb', line 13 def scopes @scopes end |