Method: Cloudmunda::API::Client.content_headers
- Defined in:
- lib/cloudmunda/api/client.rb
.content_headers ⇒ Object
22 23 24 25 26 |
# File 'lib/cloudmunda/api/client.rb', line 22 def self.content_headers { 'Content-Type': 'application/json' } end |