Class: Browsable::Analyzers::ERB::Usage
- Inherits:
-
Data
- Object
- Data
- Browsable::Analyzers::ERB::Usage
- Defined in:
- lib/browsable/analyzers/erb.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
12 13 14 |
# File 'lib/browsable/analyzers/erb.rb', line 12 def column @column end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
12 13 14 |
# File 'lib/browsable/analyzers/erb.rb', line 12 def kind @kind end |
#line ⇒ Object (readonly)
Returns the value of attribute line
12 13 14 |
# File 'lib/browsable/analyzers/erb.rb', line 12 def line @line end |
#name ⇒ Object (readonly)
Returns the value of attribute name
12 13 14 |
# File 'lib/browsable/analyzers/erb.rb', line 12 def name @name end |