Class: Dommy::Rails::AriaSnapshotMatching::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/dommy/rails/aria_snapshot_matching.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



13
14
15
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13

def children
  @children
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



13
14
15
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13

def flags
  @flags
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13

def name
  @name
end

#name_regexObject

Returns the value of attribute name_regex

Returns:

  • (Object)

    the current value of name_regex



13
14
15
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13

def name_regex
  @name_regex
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



13
14
15
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13

def role
  @role
end