method

attributes_from_node

attributes_from_node(node)
private

No documentation available.

# File actiontext/lib/action_text/attachables/remote_image.rb, line 22
          def attributes_from_node(node)
            { url: node["url"],
              content_type: node["content-type"],
              width: node["width"],
              height: node["height"] }
          end