Class: ProductSupportApp

Inherits:
ProductApp show all
Defined in:
lib/models/product_support_app.rb

Overview

A product support app related to an embedded app store. It’s not the App47 app store, but a supporting app that is needed for the overall product

Constant Summary

Constants included from App47AppBuildable

App47AppBuildable::ALL_TRACKED_VERSIONS, App47AppBuildable::TRACKED_VERSION, App47AppBuildable::TRACKED_VERSION_CODE

Instance Method Summary collapse

Methods included from App47CdnUrl

#method_missing, #respond_to?, #respond_to_missing?

Methods included from App47AppConfigurable

included

Methods included from App47AppBuildable

included

Methods included from App47AppAnalyzable

included

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class App47CdnUrl

Instance Method Details

#external_type_nameObject

What is the external name we want to display



16
17
18
# File 'lib/models/product_support_app.rb', line 16

def external_type_name
  'Product Support'
end