Class: Rocketwheel::Command::Manifest::S3Config
- Inherits:
-
Struct
- Object
- Struct
- Rocketwheel::Command::Manifest::S3Config
- Defined in:
- lib/rocketwheel/command/manifest.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#key ⇒ Object
Returns the value of attribute key.
-
#path ⇒ Object
Returns the value of attribute path.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket
7 8 9 |
# File 'lib/rocketwheel/command/manifest.rb', line 7 def bucket @bucket end |
#key ⇒ Object
Returns the value of attribute key
7 8 9 |
# File 'lib/rocketwheel/command/manifest.rb', line 7 def key @key end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/rocketwheel/command/manifest.rb', line 7 def path @path end |
#secret ⇒ Object
Returns the value of attribute secret
7 8 9 |
# File 'lib/rocketwheel/command/manifest.rb', line 7 def secret @secret end |