Class: Optimize::Log::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/optimize/log.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/optimize/log.rb', line 5

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



5
6
7
# File 'lib/optimize/log.rb', line 5

def line
  @line
end

#passObject

Returns the value of attribute pass

Returns:

  • (Object)

    the current value of pass



5
6
7
# File 'lib/optimize/log.rb', line 5

def pass
  @pass
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



5
6
7
# File 'lib/optimize/log.rb', line 5

def reason
  @reason
end