Class: Middleman::AWSDeploy::S3Deploy::Opts
- Inherits:
-
Struct
- Object
- Struct
- Middleman::AWSDeploy::S3Deploy::Opts
- Defined in:
- lib/middleman-aws-deploy/s3deploy.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#region ⇒ Object
Returns the value of attribute region.
-
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
-
#threads ⇒ Object
Returns the value of attribute threads.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute access_key_id
10 11 12 |
# File 'lib/middleman-aws-deploy/s3deploy.rb', line 10 def access_key_id @access_key_id end |
#bucket ⇒ Object
Returns the value of attribute bucket
10 11 12 |
# File 'lib/middleman-aws-deploy/s3deploy.rb', line 10 def bucket @bucket end |
#region ⇒ Object
Returns the value of attribute region
10 11 12 |
# File 'lib/middleman-aws-deploy/s3deploy.rb', line 10 def region @region end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key
10 11 12 |
# File 'lib/middleman-aws-deploy/s3deploy.rb', line 10 def secret_access_key @secret_access_key end |
#threads ⇒ Object
Returns the value of attribute threads
10 11 12 |
# File 'lib/middleman-aws-deploy/s3deploy.rb', line 10 def threads @threads end |