Class: Appboy::REST::ListSegments

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

Instance Method Summary collapse

Instance Method Details

#perform(app_group_id) ⇒ Object



4
5
6
7
8
# 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