Class: Binpacker::Timing::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/binpacker/timing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



7
8
9
# File 'lib/binpacker/timing.rb', line 7

def file
  @file
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/binpacker/timing.rb', line 7

def name
  @name
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



7
8
9
# File 'lib/binpacker/timing.rb', line 7

def time
  @time
end