Class: Binpacker::Timing::Entry
- Inherits:
-
Struct
- Object
- Struct
- Binpacker::Timing::Entry
- Defined in:
- lib/binpacker/timing.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#name ⇒ Object
Returns the value of attribute name.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
7 8 9 |
# File 'lib/binpacker/timing.rb', line 7 def file @file end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/binpacker/timing.rb', line 7 def name @name end |
#time ⇒ Object
Returns the value of attribute time
7 8 9 |
# File 'lib/binpacker/timing.rb', line 7 def time @time end |