Method: VCloud::VApp#post_task
- Defined in:
- lib/vcloud/user/vapp.rb
#post_task(link) ⇒ Object
72 73 74 75 76 77 |
# File 'lib/vcloud/user/vapp.rb', line 72 def post_task(link) result = post(link.href, nil, VCloud::Constants::ACCEPT_HEADER) task = VCloud::Task.from_xml(result) task.session = self.session task end |