Method: Needle::ServicePoint#name
- Defined in:
- lib/needle/service-point.rb
#name ⇒ Object (readonly)
The name of this service point, as it is known to the container that it was registered in.
32 33 34 |
# File 'lib/needle/service-point.rb', line 32 def name @name end |