class SmartIoC::InjectMetadata

Attributes

bean[R]
from[R]
ref[R]

Public Class Methods

new(bean, ref, from) click to toggle source
# File lib/smart_ioc/inject_metadata.rb, line 4
def initialize(bean, ref, from)
  @bean = bean
  @ref = ref
  @from = from
end