lib/wcc/media/speaker.rb in wcc-media-client-0.4.15 vs lib/wcc/media/speaker.rb in wcc-media-client-0.5.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + require_relative 'base' class WCC::Media::Speaker < WCC::Media::Base active_record_shim do endpoint 'speakers' @@ -25,6 +27,6 @@ define_method att do raw[att] end alias_method "#{att}?", att end -end \ No newline at end of file +end