Class: HamlLint::RubyExtraction::RubySource

Inherits:
Struct
  • Object
show all
Defined in:
lib/haml_lint/ruby_extraction/ruby_source.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ruby_chunksObject

Returns the value of attribute ruby_chunks

Returns:

  • (Object)

    the current value of ruby_chunks



4
5
6
# File 'lib/haml_lint/ruby_extraction/ruby_source.rb', line 4

def ruby_chunks
  @ruby_chunks
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



4
5
6
# File 'lib/haml_lint/ruby_extraction/ruby_source.rb', line 4

def source
  @source
end

#source_mapObject

Returns the value of attribute source_map

Returns:

  • (Object)

    the current value of source_map



4
5
6
# File 'lib/haml_lint/ruby_extraction/ruby_source.rb', line 4

def source_map
  @source_map
end