Class: UICov::ModelPatterns

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

Class Attribute Summary collapse

Class Attribute Details

.actionObject

Returns the value of attribute action.



8
9
10
# File 'lib/uicov/commands/gentpl.rb', line 8

def action
  @action
end

.checkObject

Returns the value of attribute check.



8
9
10
# File 'lib/uicov/commands/gentpl.rb', line 8

def check
  @check
end

.current_screen_endObject

Returns the value of attribute current_screen_end.



8
9
10
# File 'lib/uicov/commands/gentpl.rb', line 8

def current_screen_end
  @current_screen_end
end

.current_screen_startObject

Returns the value of attribute current_screen_start.



8
9
10
# File 'lib/uicov/commands/gentpl.rb', line 8

def current_screen_start
  @current_screen_start
end

.elementObject

Returns the value of attribute element.



8
9
10
# File 'lib/uicov/commands/gentpl.rb', line 8

def element
  @element
end

.transitionObject

Returns the value of attribute transition.



8
9
10
# File 'lib/uicov/commands/gentpl.rb', line 8

def transition
  @transition
end