Class: BrazeRuby::REST::ListCatalogs

Inherits:
Base
  • Object
show all
Defined in:
lib/braze_ruby/rest/list_catalogs.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_catalogs.rb', line 6

def perform
  http.get("/catalogs")
end