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.1.3"

Class Attribute Summary collapse

Class Attribute Details

.application_identifierObject

Returns the value of attribute application_identifier.



11
12
13
# File 'lib/outreach.rb', line 11

def application_identifier
  @application_identifier
end

.application_secretObject

Returns the value of attribute application_secret.



12
13
14
# File 'lib/outreach.rb', line 12

def application_secret
  @application_secret
end

.debugObject

Returns the value of attribute debug.



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

def debug
  @debug
end

.redirect_uriObject

Returns the value of attribute redirect_uri.



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

def redirect_uri
  @redirect_uri
end

.scopesObject

Returns the value of attribute scopes.



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

def scopes
  @scopes
end