Class: BrazeRuby::REST::ListSegments
- Defined in:
- lib/braze_ruby/rest/list_segments.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from BrazeRuby::REST::Base
Instance Method Details
#perform ⇒ Object
6 7 8 |
# File 'lib/braze_ruby/rest/list_segments.rb', line 6 def perform http.get "/segments/list" end |