Class: RubynCode::Chisel::Debt::Item
- Inherits:
-
Data
- Object
- Data
- RubynCode::Chisel::Debt::Item
- Defined in:
- lib/rubyn_code/chisel/debt.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#note ⇒ Object
readonly
Returns the value of attribute note.
Instance Attribute Details
#file ⇒ Object (readonly)
Returns the value of attribute file
13 14 15 |
# File 'lib/rubyn_code/chisel/debt.rb', line 13 def file @file end |
#line ⇒ Object (readonly)
Returns the value of attribute line
13 14 15 |
# File 'lib/rubyn_code/chisel/debt.rb', line 13 def line @line end |
#note ⇒ Object (readonly)
Returns the value of attribute note
13 14 15 |
# File 'lib/rubyn_code/chisel/debt.rb', line 13 def note @note end |