Class: RailsRouteChecker::Parsers::HamlParser::RubyExtractor::RubySource

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails-route-checker/parsers/haml_parser/ruby_extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'lib/rails-route-checker/parsers/haml_parser/ruby_extractor.rb', line 7

def source
  @source
end

#source_mapObject

Returns the value of attribute source_map

Returns:

  • (Object)

    the current value of source_map



7
8
9
# File 'lib/rails-route-checker/parsers/haml_parser/ruby_extractor.rb', line 7

def source_map
  @source_map
end