Class: BrazeRuby::REST::ListSegments

Inherits:
Base
  • Object
show all
Defined in:
lib/braze_ruby/rest/list_segments.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from BrazeRuby::REST::Base

Instance Method Details

#performObject



6
7
8
# File 'lib/braze_ruby/rest/list_segments.rb', line 6

def perform
  http.get "/segments/list"
end