Class: BrowserShooter::Models::Test
- Inherits:
-
Struct
- Object
- Struct
- BrowserShooter::Models::Test
- Defined in:
- lib/browser_shooter/models/test.rb
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands
3 4 5 |
# File 'lib/browser_shooter/models/test.rb', line 3 def commands @commands end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/browser_shooter/models/test.rb', line 3 def name @name end |