Method: Eye::Process::Data#full_name
- Defined in:
- lib/eye/process/data.rb
#full_name ⇒ Object
19 20 21 |
# File 'lib/eye/process/data.rb', line 19 def full_name @full_name ||= [app_name, group_name, self[:name]].compact.join(':') end |