Class: Binpacker::Test
- Inherits:
-
Struct
- Object
- Struct
- Binpacker::Test
- Defined in:
- lib/binpacker/test_discovery.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#key ⇒ Object
Composite key used as timing lookup and identity.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
4 5 6 |
# File 'lib/binpacker/test_discovery.rb', line 4 def file @file end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/binpacker/test_discovery.rb', line 4 def name @name end |
Instance Method Details
#key ⇒ Object
Composite key used as timing lookup and identity.
6 7 8 |
# File 'lib/binpacker/test_discovery.rb', line 6 def key [file, name] end |