Class: ProductSupportApp
- Inherits:
-
ProductApp
- Object
- App
- ProductApp
- ProductSupportApp
- 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
-
#external_type_name ⇒ Object
What is the external name we want to display.
Methods included from App47CdnUrl
#method_missing, #respond_to?, #respond_to_missing?
Methods included from App47AppConfigurable
Methods included from App47AppBuildable
Methods included from App47AppAnalyzable
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class App47CdnUrl
Instance Method Details
#external_type_name ⇒ Object
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 |