Class: MPaaSCocoapodShare
- Inherits:
-
Object
- Object
- MPaaSCocoapodShare
- Includes:
- Singleton
- Defined in:
- lib/cocoapods-mPaaS.rb
Instance Attribute Summary collapse
-
#igenore_headers ⇒ Object
存储不自动添加 header 引用的 target (一处所有的 target 都会移除).
-
#targetmap_igenore_headers ⇒ Object
针对 target 忽略.
-
#unuseMpaasTarget ⇒ Object
Returns the value of attribute unuseMpaasTarget.
-
#usedMpaasTarget ⇒ Object
Returns the value of attribute usedMpaasTarget.
Instance Method Summary collapse
-
#initialize ⇒ MPaaSCocoapodShare
constructor
A new instance of MPaaSCocoapodShare.
Constructor Details
#initialize ⇒ MPaaSCocoapodShare
Returns a new instance of MPaaSCocoapodShare.
33 34 35 36 37 38 |
# File 'lib/cocoapods-mPaaS.rb', line 33 def initialize @usedMpaasTarget = Set.new @unuseMpaasTarget = Set.new @igenore_headers = Set.new @targetmap_igenore_headers = Hash.new { |h, k| h[k] = Set.new } end |
Instance Attribute Details
#igenore_headers ⇒ Object
存储不自动添加 header 引用的 target (一处所有的 target 都会移除)
28 29 30 |
# File 'lib/cocoapods-mPaaS.rb', line 28 def igenore_headers @igenore_headers end |
#targetmap_igenore_headers ⇒ Object
针对 target 忽略
30 31 32 |
# File 'lib/cocoapods-mPaaS.rb', line 30 def targetmap_igenore_headers @targetmap_igenore_headers end |
#unuseMpaasTarget ⇒ Object
Returns the value of attribute unuseMpaasTarget.
26 27 28 |
# File 'lib/cocoapods-mPaaS.rb', line 26 def unuseMpaasTarget @unuseMpaasTarget end |
#usedMpaasTarget ⇒ Object
Returns the value of attribute usedMpaasTarget.
25 26 27 |
# File 'lib/cocoapods-mPaaS.rb', line 25 def usedMpaasTarget @usedMpaasTarget end |