Method: Eclair::Instance#name
- Defined in:
- lib/eclair/instance.rb
#name ⇒ Object
17 18 19 20 21 22 23 24 |
# File 'lib/eclair/instance.rb', line 17 def name begin = object..find{|t| t.key == "Name"} ? .value : "noname" rescue "terminated" end end |