Class: UICov::LogPatterns

Inherits:
Object
  • Object
show all
Defined in:
lib/uicov/commands/gather.rb

Class Attribute Summary collapse

Class Attribute Details

.actionObject

Returns the value of attribute action.



10
11
12
# File 'lib/uicov/commands/gather.rb', line 10

def action
  @action
end

.checkObject

Returns the value of attribute check.



10
11
12
# File 'lib/uicov/commands/gather.rb', line 10

def check
  @check
end

.current_screenObject

Returns the value of attribute current_screen.



10
11
12
# File 'lib/uicov/commands/gather.rb', line 10

def current_screen
  @current_screen
end

.elementObject

Returns the value of attribute element.



10
11
12
# File 'lib/uicov/commands/gather.rb', line 10

def element
  @element
end

.transitionObject

Returns the value of attribute transition.



10
11
12
# File 'lib/uicov/commands/gather.rb', line 10

def transition
  @transition
end