Class: Chef::Knife::S3Source
- Inherits:
-
Object
- Object
- Chef::Knife::S3Source
- Defined in:
- lib/chef/knife/helpers/s3_source.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#url ⇒ Object
Returns the value of attribute url.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
20 21 22 |
# File 'lib/chef/knife/helpers/s3_source.rb', line 20 def config @config end |
#url ⇒ Object
Returns the value of attribute url.
20 21 22 |
# File 'lib/chef/knife/helpers/s3_source.rb', line 20 def url @url end |
Class Method Details
Instance Method Details
#body ⇒ Object
29 30 31 |
# File 'lib/chef/knife/helpers/s3_source.rb', line 29 def body bucket_obj.body.string end |