class ActionText::Attachables::RemoteImage

def initialize(attributes = {})

def initialize(attributes = {})
  @url = attributes[:url]
  @content_type = attributes[:content_type]
  @width = attributes[:width]
  @height = attributes[:height]
end