Module: Selligent::Client::Journeys

Included in:
Selligent::Client
Defined in:
lib/selligent/client/journeys.rb

Overview

Implements the journeys base endpoint

/organizations/:organization/journeys

Instance Method Summary collapse

Instance Method Details

#journeysObject

Get an overview of all journeys set up in the organization



10
11
12
# File 'lib/selligent/client/journeys.rb', line 10

def journeys
  get "#{base_url}/journeys"
end