Class: HamlLint::RubyExtraction::RubySource
- Inherits:
-
Struct
- Object
- Struct
- HamlLint::RubyExtraction::RubySource
- Defined in:
- lib/haml_lint/ruby_extraction/ruby_source.rb
Instance Attribute Summary collapse
-
#ruby_chunks ⇒ Object
Returns the value of attribute ruby_chunks.
-
#source ⇒ Object
Returns the value of attribute source.
-
#source_map ⇒ Object
Returns the value of attribute source_map.
Instance Attribute Details
#ruby_chunks ⇒ Object
Returns the value of attribute ruby_chunks
4 5 6 |
# File 'lib/haml_lint/ruby_extraction/ruby_source.rb', line 4 def ruby_chunks @ruby_chunks end |
#source ⇒ Object
Returns the value of attribute source
4 5 6 |
# File 'lib/haml_lint/ruby_extraction/ruby_source.rb', line 4 def source @source end |
#source_map ⇒ Object
Returns the value of attribute source_map
4 5 6 |
# File 'lib/haml_lint/ruby_extraction/ruby_source.rb', line 4 def source_map @source_map end |