Class: Dendrite::ServiceNode::Deploy

Inherits:
Struct
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
lib/dendrite/service_node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



122
123
124
# File 'lib/dendrite/service_node.rb', line 122

def package
  @package
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



122
123
124
# File 'lib/dendrite/service_node.rb', line 122

def repository
  @repository
end