Method: AppInfo::HAP#name
- Defined in:
- lib/app_info/hap.rb
#name ⇒ String
51 52 53 54 55 56 |
# File 'lib/app_info/hap.rb', line 51 def name # TODO: The application display name should be determined by looking up # the value of the variable named in the "label" field of the "module.json" # file within the "resources.index" file. pack_info.bundle_name end |