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
7 8 9 |
# File 'lib/rails-route-checker/parsers/haml_parser/ruby_extractor.rb', line 7 def source @source end |
#source_map ⇒ Object
Returns the value of attribute source_map
7 8 9 |
# File 'lib/rails-route-checker/parsers/haml_parser/ruby_extractor.rb', line 7 def source_map @source_map end |