require_relative '../resource' module Tickethub class Channel::Variant < Resource path '/channel/variants' end end