class Asciidoctor::AbstractNode

def role

Returns the role as a space-separated [String].

Public: Retrieves the space-separated String role for this node.
def role
  @attributes['role']
end