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