Class: Flexr::Source::SpecSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/source/prism_reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def class_name
  @class_name
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def config
  @config
end

#constantsObject

Returns the value of attribute constants

Returns:

  • (Object)

    the current value of constants



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def constants
  @constants
end

#dsl_editsObject

Returns the value of attribute dsl_edits

Returns:

  • (Object)

    the current value of dsl_edits



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def dsl_edits
  @dsl_edits
end

#dsl_spansObject

Returns the value of attribute dsl_spans

Returns:

  • (Object)

    the current value of dsl_spans



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def dsl_spans
  @dsl_spans
end

#first_dsl_offsetObject

Returns the value of attribute first_dsl_offset

Returns:

  • (Object)

    the current value of first_dsl_offset



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def first_dsl_offset
  @first_dsl_offset
end

#flexr_require_spansObject

Returns the value of attribute flexr_require_spans

Returns:

  • (Object)

    the current value of flexr_require_spans



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def flexr_require_spans
  @flexr_require_spans
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def path
  @path
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def rules
  @rules
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def source
  @source
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



10
11
12
# File 'lib/flexr/source/prism_reader.rb', line 10

def states
  @states
end