Class: RailsRouteChecker::Parsers::HamlParser::RubyExtractor::RubySource
- Inherits:
-
Struct
- Object
- Struct
- RailsRouteChecker::Parsers::HamlParser::RubyExtractor::RubySource
- Defined in:
- lib/rails-route-checker/parsers/haml_parser/ruby_extractor.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
-
#source_map ⇒ Object
Returns the value of attribute source_map.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/rails-route-checker/parsers/haml_parser/ruby_extractor.rb', line 5 def source @source end |
#source_map ⇒ Object
Returns the value of attribute source_map
5 6 7 |
# File 'lib/rails-route-checker/parsers/haml_parser/ruby_extractor.rb', line 5 def source_map @source_map end |