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