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
21 22 23 |
# File 'lib/guardrails/class_itis.rb', line 21 def column @column end |
#file ⇒ Object
Returns the value of attribute file
21 22 23 |
# File 'lib/guardrails/class_itis.rb', line 21 def file @file end |
#line ⇒ Object
Returns the value of attribute line
21 22 23 |
# File 'lib/guardrails/class_itis.rb', line 21 def line @line end |