| 
									
										
										
										
											2017-07-07 04:02:06 +02:00
										 |  |  | # frozen_string_literal: true | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class REST::PreviewCardSerializer < ActiveModel::Serializer | 
					
						
							|  |  |  |   include RoutingHelper | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   attributes :url, :title, :description, :type, | 
					
						
							|  |  |  |              :author_name, :author_url, :provider_name, | 
					
						
							|  |  |  |              :provider_url, :html, :width, :height, | 
					
						
							| 
									
										
										
										
											2017-12-07 11:37:43 +09:00
										 |  |  |              :image, :embed_url | 
					
						
							| 
									
										
										
										
											2017-07-07 04:02:06 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |   def image | 
					
						
							|  |  |  |     object.image? ? full_asset_url(object.image.url(:original)) : nil | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | end |