Class: Henitai::MutationSkipDirectives::Index
- Inherits:
-
Data
- Object
- Data
- Henitai::MutationSkipDirectives::Index
- Defined in:
- lib/henitai/mutation_skip_directives.rb
Overview
Per-file directives, classified by scope.
Instance Attribute Summary collapse
-
#regions ⇒ Object
readonly
Returns the value of attribute regions.
-
#standalone ⇒ Object
readonly
Returns the value of attribute standalone.
-
#standalone_comment_lines ⇒ Object
readonly
Returns the value of attribute standalone_comment_lines.
-
#trailing ⇒ Object
readonly
Returns the value of attribute trailing.
Instance Attribute Details
#regions ⇒ Object (readonly)
Returns the value of attribute regions
39 40 41 |
# File 'lib/henitai/mutation_skip_directives.rb', line 39 def regions @regions end |
#standalone ⇒ Object (readonly)
Returns the value of attribute standalone
39 40 41 |
# File 'lib/henitai/mutation_skip_directives.rb', line 39 def standalone @standalone end |
#standalone_comment_lines ⇒ Object (readonly)
Returns the value of attribute standalone_comment_lines
39 40 41 |
# File 'lib/henitai/mutation_skip_directives.rb', line 39 def standalone_comment_lines @standalone_comment_lines end |
#trailing ⇒ Object (readonly)
Returns the value of attribute trailing
39 40 41 |
# File 'lib/henitai/mutation_skip_directives.rb', line 39 def trailing @trailing end |