method

node_attributes

node_attributes()
private

No documentation available.

# File actiontext/lib/action_text/attachment.rb, line 93
      def node_attributes
        @node_attributes ||= ATTRIBUTES.map { |name| [ name.underscore, node[name] ] }.to_h.compact
      end