Class: Gem2Rpm::TestSuite::TestFramework
- Inherits:
-
Struct
- Object
- Struct
- Gem2Rpm::TestSuite::TestFramework
- Defined in:
- lib/gem2rpm/test_suite.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
7 8 9 |
# File 'lib/gem2rpm/test_suite.rb', line 7 def command @command end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/gem2rpm/test_suite.rb', line 7 def name @name end |