Class: GdsApi::SupportApi

Inherits:
Base
  • Object
show all
Defined in:
lib/gds_api/support_api.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#client, #create_client, #get_list!, #initialize, #url_for_slug

Constructor Details

This class inherits a constructor from GdsApi::Base

Instance Method Details

#create_service_feedback(request_details) ⇒ Object



4
5
6
# File 'lib/gds_api/support_api.rb', line 4

def create_service_feedback(request_details)
  post_json!("#{endpoint}/anonymous-feedback/service-feedback", { :service_feedback => request_details })
end