require 'ziya/maps/support/base' module Ziya::Maps::Support class LineRange < Base has_attribute :color, :data end end