class TeamCity::Headers::Json
Public Class Methods
accept()
click to toggle source
# File lib/teamcity/headers.rb, line 38 def self.accept; "application/json; charset=utf-8"; end
content_type()
click to toggle source
# File lib/teamcity/headers.rb, line 39 def self.content_type; "application/json"; end