Class: RCS::Deploy
- Inherits:
-
Object
- Object
- RCS::Deploy
- Defined in:
- lib/rcs-common/deploy.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#me ⇒ Object
readonly
Returns the value of attribute me.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(params) ⇒ Deploy
constructor
A new instance of Deploy.
Constructor Details
Instance Attribute Details
#me ⇒ Object (readonly)
Returns the value of attribute me.
3 4 5 |
# File 'lib/rcs-common/deploy.rb', line 3 def me @me end |
#target ⇒ Object (readonly)
Returns the value of attribute target.
3 4 5 |
# File 'lib/rcs-common/deploy.rb', line 3 def target @target end |