Class: Ast::Merge::FallbackScopeDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#covers_childrenObject

Returns the value of attribute covers_children

Returns:

  • (Object)

    the current value of covers_children



718
719
720
# File 'lib/ast/merge.rb', line 718

def covers_children
  @covers_children
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



718
719
720
# File 'lib/ast/merge.rb', line 718

def description
  @description
end

#owner_pathObject

Returns the value of attribute owner_path

Returns:

  • (Object)

    the current value of owner_path



718
719
720
# File 'lib/ast/merge.rb', line 718

def owner_path
  @owner_path
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



718
719
720
# File 'lib/ast/merge.rb', line 718

def path
  @path
end

#requires_source_spanObject

Returns the value of attribute requires_source_span

Returns:

  • (Object)

    the current value of requires_source_span



718
719
720
# File 'lib/ast/merge.rb', line 718

def requires_source_span
  @requires_source_span
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



718
719
720
# File 'lib/ast/merge.rb', line 718

def scope
  @scope
end