Class: TeamCityFormatter::ScenarioOutline
- Inherits:
-
Object
- Object
- TeamCityFormatter::ScenarioOutline
- Defined in:
- lib/teamcity_formatter/models.rb
Instance Attribute Summary collapse
-
#example_column_names ⇒ Object
Returns the value of attribute example_column_names.
-
#examples ⇒ Object
Returns the value of attribute examples.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#example_column_names ⇒ Object
Returns the value of attribute example_column_names.
11 12 13 |
# File 'lib/teamcity_formatter/models.rb', line 11 def example_column_names @example_column_names end |
#examples ⇒ Object
Returns the value of attribute examples.
11 12 13 |
# File 'lib/teamcity_formatter/models.rb', line 11 def examples @examples end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/teamcity_formatter/models.rb', line 11 def name @name end |