Class: Guardrails::ClassItis::Occurrence
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::ClassItis::Occurrence
- Defined in:
- lib/guardrails/class_itis.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
20 21 22 |
# File 'lib/guardrails/class_itis.rb', line 20 def column @column end |
#file ⇒ Object
Returns the value of attribute file
20 21 22 |
# File 'lib/guardrails/class_itis.rb', line 20 def file @file end |
#line ⇒ Object
Returns the value of attribute line
20 21 22 |
# File 'lib/guardrails/class_itis.rb', line 20 def line @line end |