Class: KZ::KZOnDemandResourcesInfo
- Inherits:
-
Object
- Object
- KZ::KZOnDemandResourcesInfo
- Defined in:
- lib/cocoapods-kz/helpers/kz_global_helper.rb
Instance Attribute Summary collapse
-
#bundle_id ⇒ Object
Returns the value of attribute bundle_id.
-
#config_plist_path_patterns ⇒ Object
Returns the value of attribute config_plist_path_patterns.
-
#enable ⇒ Object
Returns the value of attribute enable.
-
#odr_target_names ⇒ Object
Returns the value of attribute odr_target_names.
Instance Method Summary collapse
-
#initialize ⇒ KZOnDemandResourcesInfo
constructor
A new instance of KZOnDemandResourcesInfo.
Constructor Details
#initialize ⇒ KZOnDemandResourcesInfo
Returns a new instance of KZOnDemandResourcesInfo.
16 17 18 19 20 21 |
# File 'lib/cocoapods-kz/helpers/kz_global_helper.rb', line 16 def initialize @enable = false @config_plist_path_patterns = {} @bundle_id = "" @odr_target_names = [] end |
Instance Attribute Details
#bundle_id ⇒ Object
Returns the value of attribute bundle_id.
13 14 15 |
# File 'lib/cocoapods-kz/helpers/kz_global_helper.rb', line 13 def bundle_id @bundle_id end |
#config_plist_path_patterns ⇒ Object
Returns the value of attribute config_plist_path_patterns.
12 13 14 |
# File 'lib/cocoapods-kz/helpers/kz_global_helper.rb', line 12 def config_plist_path_patterns @config_plist_path_patterns end |
#enable ⇒ Object
Returns the value of attribute enable.
11 12 13 |
# File 'lib/cocoapods-kz/helpers/kz_global_helper.rb', line 11 def enable @enable end |
#odr_target_names ⇒ Object
Returns the value of attribute odr_target_names.
14 15 16 |
# File 'lib/cocoapods-kz/helpers/kz_global_helper.rb', line 14 def odr_target_names @odr_target_names end |