method

node_attributes

node_attributes()
private

No documentation available.

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