Class: Jade::Frontend::UsageAnalysis::Reference
- Inherits:
-
Data
- Object
- Data
- Jade::Frontend::UsageAnalysis::Reference
- Defined in:
- lib/jade/frontend/usage_analysis/reference_index.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#range ⇒ Object
readonly
Returns the value of attribute range.
-
#symbol_key ⇒ Object
readonly
Returns the value of attribute symbol_key.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
4 5 6 |
# File 'lib/jade/frontend/usage_analysis/reference_index.rb', line 4 def kind @kind end |
#range ⇒ Object (readonly)
Returns the value of attribute range
4 5 6 |
# File 'lib/jade/frontend/usage_analysis/reference_index.rb', line 4 def range @range end |
#symbol_key ⇒ Object (readonly)
Returns the value of attribute symbol_key
4 5 6 |
# File 'lib/jade/frontend/usage_analysis/reference_index.rb', line 4 def symbol_key @symbol_key end |