Class: Dendrite::ServiceNode::Deploy
- Inherits:
-
Struct
- Object
- Struct
- Dendrite::ServiceNode::Deploy
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/dendrite/service_node.rb
Instance Attribute Summary collapse
-
#package ⇒ Object
Returns the value of attribute package.
-
#repository ⇒ Object
Returns the value of attribute repository.
Instance Attribute Details
#package ⇒ Object
Returns the value of attribute package
122 123 124 |
# File 'lib/dendrite/service_node.rb', line 122 def package @package end |
#repository ⇒ Object
Returns the value of attribute repository
122 123 124 |
# File 'lib/dendrite/service_node.rb', line 122 def repository @repository end |