Method: ConfigurationGroup#agent_payload
- Defined in:
- lib/models/configuration_group.rb
#agent_payload ⇒ Object
Return the configuration doc for the agent
47 48 49 |
# File 'lib/models/configuration_group.rb', line 47 def agent_payload { name: name, version: version, items: .collect(&:agent_payload) } end |