Class: Callsite::Line
- Inherits:
-
Struct
- Object
- Struct
- Callsite::Line
- Defined in:
- lib/callsite.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#line ⇒ Object
Returns the value of attribute line.
-
#method ⇒ Object
Returns the value of attribute method.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
5 6 7 |
# File 'lib/callsite.rb', line 5 def filename @filename end |
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/callsite.rb', line 5 def line @line end |
#method ⇒ Object
Returns the value of attribute method
5 6 7 |
# File 'lib/callsite.rb', line 5 def method @method end |