Class: ContainerItem
- Inherits:
-
Object
- Object
- ContainerItem
- Defined in:
- lib/sinject.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#initialize_block ⇒ Object
Returns the value of attribute initialize_block.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#key ⇒ Object
Returns the value of attribute key.
-
#single_instance ⇒ Object
Returns the value of attribute single_instance.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name.
158 159 160 |
# File 'lib/sinject.rb', line 158 def class_name @class_name end |
#initialize_block ⇒ Object
Returns the value of attribute initialize_block.
159 160 161 |
# File 'lib/sinject.rb', line 159 def initialize_block @initialize_block end |
#instance ⇒ Object
Returns the value of attribute instance.
156 157 158 |
# File 'lib/sinject.rb', line 156 def instance @instance end |
#key ⇒ Object
Returns the value of attribute key.
155 156 157 |
# File 'lib/sinject.rb', line 155 def key @key end |
#single_instance ⇒ Object
Returns the value of attribute single_instance.
157 158 159 |
# File 'lib/sinject.rb', line 157 def single_instance @single_instance end |