Method: OpenNebula::VirtualMachine#user_template_str
- Defined in:
- lib/opennebula/virtual_machine.rb
#user_template_str(indent = true) ⇒ String
Returns the <USER_TEMPLATE> element in text form
316 317 318 |
# File 'lib/opennebula/virtual_machine.rb', line 316 def user_template_str(indent=true) template_like_str('USER_TEMPLATE', indent) end |