Class: Syskit::DependencyInjectionContext::StackLevel

Inherits:
Struct
  • Object
show all
Defined in:
lib/syskit/dependency_injection_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#added_infoObject

Returns the value of attribute added_info

Returns:

  • (Object)

    the current value of added_info



17
18
19
# File 'lib/syskit/dependency_injection_context.rb', line 17

def added_info
  @added_info
end

#resolverObject

Returns the value of attribute resolver

Returns:

  • (Object)

    the current value of resolver



17
18
19
# File 'lib/syskit/dependency_injection_context.rb', line 17

def resolver
  @resolver
end