lib/wcc/media/message.rb in wcc-media-client-0.3.2 vs lib/wcc/media/message.rb in wcc-media-client-0.3.3
- old
+ new
@@ -54,12 +54,14 @@
assets
images
external_urls
transcript
sermon_guide
+ _clips
_formatted
+ _stats
].each do |att|
define_method att do
OpenStruct.new(raw[att]) if raw[att]
end
end
-end
\ No newline at end of file
+end