lib/plivo/resources/brand.rb in plivo-4.31.0 vs lib/plivo/resources/brand.rb in plivo-4.32.0

- old
+ new

@@ -74,8 +74,17 @@ if not options[:profile_uuid] raise_invalid_request("profile_uuid must be provided") end perform_create(options) end + + ## + # Get BrandUsecase + # @param [String] brand_id + def get_usecases(brand_id) + valid_param?(:brand_id, brand_id, [String, Symbol], true) + identifier = brand_id + '/usecases' + perform_action_with_identifier(identifier, 'GET', nil) + end end end end \ No newline at end of file