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

Returns:

  • (Object)

    the current value of bucket



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

def bucket
  @bucket
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



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

def secret
  @secret
end