Class: Rocketwheel::Command::Manifest::TransloaditConfig
- Inherits:
-
Struct
- Object
- Struct
- Rocketwheel::Command::Manifest::TransloaditConfig
- Defined in:
- lib/rocketwheel/command/manifest.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#steps ⇒ Object
Returns the value of attribute steps.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
8 9 10 |
# File 'lib/rocketwheel/command/manifest.rb', line 8 def key @key end |
#secret ⇒ Object
Returns the value of attribute secret
8 9 10 |
# File 'lib/rocketwheel/command/manifest.rb', line 8 def secret @secret end |
#steps ⇒ Object
Returns the value of attribute steps
8 9 10 |
# File 'lib/rocketwheel/command/manifest.rb', line 8 def steps @steps end |