Class: AWS::S3::Bucket

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/with-stacco-patches.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cache_dirObject

Returns the value of attribute cache_dir.



8
9
10
# File 'lib/aws/with-stacco-patches.rb', line 8

def cache_dir
  @cache_dir
end

Instance Method Details

#filenameObject



4
5
6
# File 'lib/aws/with-stacco-patches.rb', line 4

def filename
  self.key.split('/').last
end