Class: UICov::LogPatterns
- Inherits:
-
Object
- Object
- UICov::LogPatterns
- Defined in:
- lib/uicov/commands/gather.rb
Class Attribute Summary collapse
-
.action ⇒ Object
Returns the value of attribute action.
-
.check ⇒ Object
Returns the value of attribute check.
-
.current_screen ⇒ Object
Returns the value of attribute current_screen.
-
.element ⇒ Object
Returns the value of attribute element.
-
.transition ⇒ Object
Returns the value of attribute transition.
Class Attribute Details
.action ⇒ Object
Returns the value of attribute action.
10 11 12 |
# File 'lib/uicov/commands/gather.rb', line 10 def action @action end |
.check ⇒ Object
Returns the value of attribute check.
10 11 12 |
# File 'lib/uicov/commands/gather.rb', line 10 def check @check end |
.current_screen ⇒ Object
Returns the value of attribute current_screen.
10 11 12 |
# File 'lib/uicov/commands/gather.rb', line 10 def current_screen @current_screen end |
.element ⇒ Object
Returns the value of attribute element.
10 11 12 |
# File 'lib/uicov/commands/gather.rb', line 10 def element @element end |
.transition ⇒ Object
Returns the value of attribute transition.
10 11 12 |
# File 'lib/uicov/commands/gather.rb', line 10 def transition @transition end |