Class: TeamCity::Headers::Xml

Inherits:
Object
  • Object
show all
Defined in:
lib/teamcity/headers.rb

Class Method Summary collapse

Class Method Details

.acceptObject



33
# File 'lib/teamcity/headers.rb', line 33

def self.accept; "application/xml; charset=utf-8"; end

.content_typeObject



34
# File 'lib/teamcity/headers.rb', line 34

def self.content_type; "application/xml"; end