class SyoboiCalendar::Queries::ListChannelsQuery
Constants
- COMMAND
Public Instance Methods
ChID()
click to toggle source
@return [String, nil]
# File lib/syoboi_calendar/queries/list_channels_query.rb, line 9 def ChID if options[:channel_id] format_comma_separated_values(options[:channel_id]) end end
Command()
click to toggle source
@note Override
# File lib/syoboi_calendar/queries/list_channels_query.rb, line 16 def Command COMMAND end