Class: Ansible::Ruby::Models::Tasks

Inherits:
Base
  • Object
show all
Defined in:
lib/ansible/ruby/models/tasks.rb

Instance Method Summary collapse

Methods inherited from Base

attr_option, attr_options, attribute, #initialize, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#to_hObject



13
14
15
16
# File 'lib/ansible/ruby/models/tasks.rb', line 13

def to_h
  # Don't need to return highest level
  super[:items]
end