Class: SlowBlink::Sym
- Inherits:
-
Object
- Object
- SlowBlink::Sym
- Defined in:
- lib/slow_blink/sym.rb
Instance Attribute Summary collapse
-
#location ⇒ String
readonly
Location string formatted as: [ FILENAME, ':' ], LINE_NUMBER, ':', COLUMN_NUMBER.
- #name ⇒ String readonly
- #value ⇒ Integer readonly
Instance Attribute Details
#location ⇒ String (readonly)
Location string formatted as: [ FILENAME, ':' ], LINE_NUMBER, ':', COLUMN_NUMBER
26 27 28 |
# File 'lib/slow_blink/sym.rb', line 26 def location @location end |
#name ⇒ String (readonly)
29 30 31 |
# File 'lib/slow_blink/sym.rb', line 29 def name @name end |
#value ⇒ Integer (readonly)
32 33 34 |
# File 'lib/slow_blink/sym.rb', line 32 def value @value end |