Class: Pod::Config
- Inherits:
-
Object
- Object
- Pod::Config
- Defined in:
- lib/cocoapods-privacy/command/install.rb
Instance Attribute Summary collapse
-
#is_all ⇒ Object
Returns the value of attribute is_all.
-
#is_privacy ⇒ Object
Returns the value of attribute is_privacy.
-
#is_query ⇒ Object
Returns the value of attribute is_query.
-
#privacy_folds ⇒ Object
Returns the value of attribute privacy_folds.
Instance Attribute Details
#is_all ⇒ Object
Returns the value of attribute is_all.
8 9 10 |
# File 'lib/cocoapods-privacy/command/install.rb', line 8 def is_all @is_all end |
#is_privacy ⇒ Object
Returns the value of attribute is_privacy.
6 7 8 |
# File 'lib/cocoapods-privacy/command/install.rb', line 6 def is_privacy @is_privacy end |
#is_query ⇒ Object
Returns the value of attribute is_query.
7 8 9 |
# File 'lib/cocoapods-privacy/command/install.rb', line 7 def is_query @is_query end |
#privacy_folds ⇒ Object
Returns the value of attribute privacy_folds.
5 6 7 |
# File 'lib/cocoapods-privacy/command/install.rb', line 5 def privacy_folds @privacy_folds end |