Class: Rocketwheel::Command::Manifest::TransloaditConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



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

def secret
  @secret
end

#stepsObject

Returns the value of attribute steps

Returns:

  • (Object)

    the current value of steps



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

def steps
  @steps
end