Class: Seasar::Container::AutoBindingDef

Inherits:
Object
  • Object
show all
Defined in:
lib/seasar/container/autobinding-def.rb

Constant Summary collapse

AUTO_NAME =
:auto
NONE_NAME =
:none

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



33
34
35
# File 'lib/seasar/container/autobinding-def.rb', line 33

def name
  @name
end

Instance Method Details

#create_property_assembler(component_def) ⇒ Object

  • args

    1. Seasar::Container::ComponentDef component_def

  • return

    • Seasar::Container::Assembler::AbstractAssembler



31
32
# File 'lib/seasar/container/autobinding-def.rb', line 31

def create_property_assembler(component_def)
end