Class: PodPrebuild::StateStore
- Inherits:
-
Object
- Object
- PodPrebuild::StateStore
- Defined in:
- lib/cocoapods-binary-cache/state_store.rb
Class Attribute Summary collapse
-
.cache_validation ⇒ Object
Returns the value of attribute cache_validation.
-
.excluded_pods ⇒ Object
Returns the value of attribute excluded_pods.
Class Attribute Details
.cache_validation ⇒ Object
Returns the value of attribute cache_validation.
8 9 10 |
# File 'lib/cocoapods-binary-cache/state_store.rb', line 8 def cache_validation @cache_validation end |
.excluded_pods ⇒ Object
Returns the value of attribute excluded_pods.
7 8 9 |
# File 'lib/cocoapods-binary-cache/state_store.rb', line 7 def excluded_pods @excluded_pods end |