class V2Intuity::Headers::ContentType
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
# File lib/v2_intuity/headers/content_type.rb, line 4 def initialize(options = {}) super @name = Header::HEADERS[:content_type] end