class BrazeRuby::REST::ListSegments

Public Instance Methods

perform() click to toggle source
# File lib/braze_ruby/rest/list_segments.rb, line 6
def perform
  http.get "/segments/list"
end