class TeamCity::Headers::Xml

Public Class Methods

accept() click to toggle source
# File lib/teamcity/headers.rb, line 33
def self.accept; "application/xml; charset=utf-8"; end
content_type() click to toggle source
# File lib/teamcity/headers.rb, line 34
def self.content_type; "application/xml"; end