lib/wcc/media/message.rb in wcc-media-client-0.2.3 vs lib/wcc/media/message.rb in wcc-media-client-0.2.4
- old
+ new
@@ -52,9 +52,10 @@
assets
images
external_urls
transcript
sermon_guide
+ _formatted
].each do |att|
define_method att do
OpenStruct.new(raw[att]) if raw[att]
end
end
\ No newline at end of file