Class: Middleman::CloudFront::Options
- Inherits:
-
Struct
- Object
- Struct
- Middleman::CloudFront::Options
- Defined in:
- lib/middleman-cloudfront/extension.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#after_build ⇒ Object
Returns the value of attribute after_build.
-
#distribution_id ⇒ Object
Returns the value of attribute distribution_id.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute access_key_id
5 6 7 |
# File 'lib/middleman-cloudfront/extension.rb', line 5 def access_key_id @access_key_id end |
#after_build ⇒ Object
Returns the value of attribute after_build
5 6 7 |
# File 'lib/middleman-cloudfront/extension.rb', line 5 def after_build @after_build end |
#distribution_id ⇒ Object
Returns the value of attribute distribution_id
5 6 7 |
# File 'lib/middleman-cloudfront/extension.rb', line 5 def distribution_id @distribution_id end |
#filter ⇒ Object
Returns the value of attribute filter
5 6 7 |
# File 'lib/middleman-cloudfront/extension.rb', line 5 def filter @filter end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key
5 6 7 |
# File 'lib/middleman-cloudfront/extension.rb', line 5 def secret_access_key @secret_access_key end |