class YTLabsApi::InvalidContentType
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ytlabs_api.rb, line 25 def initialize super("Your content type is invalid. 'json' or 'xml' are the 2 valid options") end