Class: Rocketwheel::Command::Manifest::S3Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocketwheel/command/manifest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket



7
8
9
# File 'lib/rocketwheel/command/manifest.rb', line 7

def bucket
  @bucket
end

#keyObject

Returns the value of attribute key



7
8
9
# File 'lib/rocketwheel/command/manifest.rb', line 7

def key
  @key
end

#pathObject

Returns the value of attribute path



7
8
9
# File 'lib/rocketwheel/command/manifest.rb', line 7

def path
  @path
end

#secretObject

Returns the value of attribute secret



7
8
9
# File 'lib/rocketwheel/command/manifest.rb', line 7

def secret
  @secret
end