Class: Net::HTTPGenericRequest

Inherits:
Object
  • Object
show all
Defined in:
spaceship/lib/spaceship/helper/net_http_generic_request.rb

Instance Method Summary collapse

Instance Method Details

#supply_default_content_typeObject



10
11
12
# File 'spaceship/lib/spaceship/helper/net_http_generic_request.rb', line 10

def supply_default_content_type
  return if content_type
end