Class: Dommy::Rails::AriaSnapshotMatching::Node
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Rails::AriaSnapshotMatching::Node
- Defined in:
- lib/dommy/rails/aria_snapshot_matching.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#name ⇒ Object
Returns the value of attribute name.
-
#name_regex ⇒ Object
Returns the value of attribute name_regex.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
13 14 15 |
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13 def children @children end |
#flags ⇒ Object
Returns the value of attribute flags
13 14 15 |
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13 def flags @flags end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13 def name @name end |
#name_regex ⇒ Object
Returns the value of attribute name_regex
13 14 15 |
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13 def name_regex @name_regex end |
#role ⇒ Object
Returns the value of attribute role
13 14 15 |
# File 'lib/dommy/rails/aria_snapshot_matching.rb', line 13 def role @role end |