Class: Flexr::Source::SpecSource
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Source::SpecSource
- Defined in:
- lib/flexr/source/prism_reader.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#config ⇒ Object
Returns the value of attribute config.
-
#constants ⇒ Object
Returns the value of attribute constants.
-
#dsl_edits ⇒ Object
Returns the value of attribute dsl_edits.
-
#dsl_spans ⇒ Object
Returns the value of attribute dsl_spans.
-
#first_dsl_offset ⇒ Object
Returns the value of attribute first_dsl_offset.
-
#flexr_require_spans ⇒ Object
Returns the value of attribute flexr_require_spans.
-
#path ⇒ Object
Returns the value of attribute path.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#source ⇒ Object
Returns the value of attribute source.
-
#states ⇒ Object
Returns the value of attribute states.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def class_name @class_name end |
#config ⇒ Object
Returns the value of attribute config
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def config @config end |
#constants ⇒ Object
Returns the value of attribute constants
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def constants @constants end |
#dsl_edits ⇒ Object
Returns the value of attribute dsl_edits
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def dsl_edits @dsl_edits end |
#dsl_spans ⇒ Object
Returns the value of attribute dsl_spans
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def dsl_spans @dsl_spans end |
#first_dsl_offset ⇒ Object
Returns the value of attribute 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_spans ⇒ Object
Returns the value of attribute flexr_require_spans
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def flexr_require_spans @flexr_require_spans end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def path @path end |
#rules ⇒ Object
Returns the value of attribute rules
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def rules @rules end |
#source ⇒ Object
Returns the value of attribute source
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def source @source end |
#states ⇒ Object
Returns the value of attribute states
10 11 12 |
# File 'lib/flexr/source/prism_reader.rb', line 10 def states @states end |