Class: Browsable::Analyzers::ERB::Usage

Inherits:
Data
  • Object
show all
Defined in:
lib/browsable/analyzers/erb.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



12
13
14
# File 'lib/browsable/analyzers/erb.rb', line 12

def column
  @column
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



12
13
14
# File 'lib/browsable/analyzers/erb.rb', line 12

def kind
  @kind
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



12
13
14
# File 'lib/browsable/analyzers/erb.rb', line 12

def line
  @line
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/browsable/analyzers/erb.rb', line 12

def name
  @name
end