class Appboy::REST::ListSegments

Public Instance Methods

perform(app_group_id) click to toggle source
# File lib/appboy/rest/list_segments.rb, line 4
def perform(app_group_id)
  http.get '/segments/list', {
    app_group_id: app_group_id
  }
end