Method: Fog::CDN::AWS::DistributionHelper#disabled?
- Defined in:
- lib/fog/aws/models/cdn/distribution_helper.rb
permalink #disabled? ⇒ Boolean
21 22 23 24 |
# File 'lib/fog/aws/models/cdn/distribution_helper.rb', line 21 def disabled? requires :identity not enabled? and ready? end |