Class: BrazeRuby::REST::ListCatalogs
- Defined in:
- lib/braze_ruby/rest/list_catalogs.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_catalogs.rb', line 6 def perform http.get("/catalogs") end |