Class: UICov::ModelPatterns
- Inherits:
-
Object
- Object
- UICov::ModelPatterns
- Defined in:
- lib/uicov/commands/gentpl.rb
Class Attribute Summary collapse
-
.action ⇒ Object
Returns the value of attribute action.
-
.check ⇒ Object
Returns the value of attribute check.
-
.current_screen_end ⇒ Object
Returns the value of attribute current_screen_end.
-
.current_screen_start ⇒ Object
Returns the value of attribute current_screen_start.
-
.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.
8 9 10 |
# File 'lib/uicov/commands/gentpl.rb', line 8 def action @action end |
.check ⇒ Object
Returns the value of attribute check.
8 9 10 |
# File 'lib/uicov/commands/gentpl.rb', line 8 def check @check end |
.current_screen_end ⇒ Object
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_start ⇒ Object
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 |
.element ⇒ Object
Returns the value of attribute element.
8 9 10 |
# File 'lib/uicov/commands/gentpl.rb', line 8 def element @element end |
.transition ⇒ Object
Returns the value of attribute transition.
8 9 10 |
# File 'lib/uicov/commands/gentpl.rb', line 8 def transition @transition end |