Class: TeamCity::Headers::Xml
- Inherits:
-
Object
- Object
- TeamCity::Headers::Xml
- Defined in:
- lib/teamcity/headers.rb
Class Method Summary collapse
Class Method Details
.accept ⇒ Object
33 |
# File 'lib/teamcity/headers.rb', line 33 def self.accept; "application/xml; charset=utf-8"; end |
.content_type ⇒ Object
34 |
# File 'lib/teamcity/headers.rb', line 34 def self.content_type; "application/xml"; end |