Class: Henitai::MutationSkipDirectives::Index

Inherits:
Data
  • Object
show all
Defined in:
lib/henitai/mutation_skip_directives.rb

Overview

Per-file directives, classified by scope.

Instance Attribute Summary collapse

Instance Attribute Details

#regionsObject (readonly)

Returns the value of attribute regions

Returns:

  • (Object)

    the current value of regions



39
40
41
# File 'lib/henitai/mutation_skip_directives.rb', line 39

def regions
  @regions
end

#standaloneObject (readonly)

Returns the value of attribute standalone

Returns:

  • (Object)

    the current value of standalone



39
40
41
# File 'lib/henitai/mutation_skip_directives.rb', line 39

def standalone
  @standalone
end

#standalone_comment_linesObject (readonly)

Returns the value of attribute standalone_comment_lines

Returns:

  • (Object)

    the current value of standalone_comment_lines



39
40
41
# File 'lib/henitai/mutation_skip_directives.rb', line 39

def standalone_comment_lines
  @standalone_comment_lines
end

#trailingObject (readonly)

Returns the value of attribute trailing

Returns:

  • (Object)

    the current value of trailing



39
40
41
# File 'lib/henitai/mutation_skip_directives.rb', line 39

def trailing
  @trailing
end