Class: Optimize::Log::Entry
- Inherits:
-
Struct
- Object
- Struct
- Optimize::Log::Entry
- Defined in:
- lib/optimize/log.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#pass ⇒ Object
Returns the value of attribute pass.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
5 6 7 |
# File 'lib/optimize/log.rb', line 5 def file @file end |
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/optimize/log.rb', line 5 def line @line end |
#pass ⇒ Object
Returns the value of attribute pass
5 6 7 |
# File 'lib/optimize/log.rb', line 5 def pass @pass end |
#reason ⇒ Object
Returns the value of attribute reason
5 6 7 |
# File 'lib/optimize/log.rb', line 5 def reason @reason end |