Class: Guardrails::Tokens::Drift
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::Tokens::Drift
- Defined in:
- lib/guardrails/tokens.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.
-
#matched_token ⇒ Object
Returns the value of attribute matched_token.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
11 12 13 |
# File 'lib/guardrails/tokens.rb', line 11 def column @column end |
#file ⇒ Object
Returns the value of attribute file
11 12 13 |
# File 'lib/guardrails/tokens.rb', line 11 def file @file end |
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/guardrails/tokens.rb', line 11 def line @line end |
#matched_token ⇒ Object
Returns the value of attribute matched_token
11 12 13 |
# File 'lib/guardrails/tokens.rb', line 11 def matched_token @matched_token end |
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'lib/guardrails/tokens.rb', line 11 def value @value end |