Method: Model::DeploymentPlan#host
- Defined in:
- lib/models/deployment_plan.rb
#host ⇒ Object
17 18 19 20 |
# File 'lib/models/deployment_plan.rb', line 17 def host return nil unless query.value_exists?(LV.host) EcosystemHost.new(query.value(LV.host), query.repository) end |