Module: Outreach

Defined in:
lib/outreach-ruby.rb,
lib/outreach-ruby/user.rb,
lib/outreach-ruby/model.rb,
lib/outreach-ruby/client.rb,
lib/outreach-ruby/errors.rb,
lib/outreach-ruby/request.rb,
lib/outreach-ruby/version.rb,
lib/outreach-ruby/prospect.rb,
lib/outreach-ruby/sequence.rb,
lib/outreach-ruby/service/user.rb,
lib/outreach-ruby/authorization.rb,
lib/outreach-ruby/sequence_state.rb,
lib/outreach-ruby/service/prospect.rb,
lib/outreach-ruby/service/sequence.rb,
lib/outreach-ruby/service/sequence_state.rb

Defined Under Namespace

Modules: Errors, Model, Service Classes: Authorization, Client, Prospect, Request, Sequence, SequenceState, User

Constant Summary collapse

VERSION =
'0.0.2'.freeze

Class Attribute Summary collapse

Class Attribute Details

.application_identifierObject

Returns the value of attribute application_identifier.



17
18
19
# File 'lib/outreach-ruby.rb', line 17

def application_identifier
  @application_identifier
end

.application_secretObject

Returns the value of attribute application_secret.



18
19
20
# File 'lib/outreach-ruby.rb', line 18

def application_secret
  @application_secret
end

.debugObject

Returns the value of attribute debug.



21
22
23
# File 'lib/outreach-ruby.rb', line 21

def debug
  @debug
end

.redirect_uriObject

Returns the value of attribute redirect_uri.



20
21
22
# File 'lib/outreach-ruby.rb', line 20

def redirect_uri
  @redirect_uri
end

.scopesObject

Returns the value of attribute scopes.



19
20
21
# File 'lib/outreach-ruby.rb', line 19

def scopes
  @scopes
end