Class: Declare::ScopeSummary

Inherits:
Struct
  • Object
show all
Defined in:
lib/declare/singleton_class.rb

Instance Attribute Summary collapse

Instance Attribute Details

#caller_entryObject

Returns the value of attribute caller_entry

Returns:

  • (Object)

    the current value of caller_entry



5
6
7
# File 'lib/declare/singleton_class.rb', line 5

def caller_entry
  @caller_entry
end

#nesting_levelObject

Returns the value of attribute nesting_level

Returns:

  • (Object)

    the current value of nesting_level



5
6
7
# File 'lib/declare/singleton_class.rb', line 5

def nesting_level
  @nesting_level
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



5
6
7
# File 'lib/declare/singleton_class.rb', line 5

def target
  @target
end