Class: KZ::KZOnDemandResourcesInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-kz/helpers/kz_global_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeKZOnDemandResourcesInfo

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_idObject

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_patternsObject

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

#enableObject

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_namesObject

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