Sha256: a6914f02d383c022487d24f72e1123fa9b6933445e1f415912c7ff3b8bcdbdbc

Contents?: true

Size: 184 Bytes

Versions: 3

Compression:

Stored size: 184 Bytes

Contents

module SyoboiCalendar
  module QueryBuilders
    class Channel < Base
      include ChannelIdQueriable

      private

      def command
        "ChLookup"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
syoboi_calendar-0.4.0 lib/syoboi_calendar/query_builders/channel.rb
syoboi_calendar-0.3.1 lib/syoboi_calendar/query_builders/channel.rb
syoboi_calendar-0.3.0 lib/syoboi_calendar/query_builders/channel.rb