class Fabrique::BeanReference

Attributes

bean[R]

Public Class Methods

new(bean) click to toggle source
# File lib/fabrique/bean_reference.rb, line 7
def initialize(bean)
  @bean = bean
end