manageiq

https://github.com/manageiq/manageiq

Ruby

ManageIQ Open-Source Management Platform

ManagerRefresh::InventoryCollection#create_only

Returns the value of attribute create_only

Source | Google | Stack overflow

Edit

git clone [email protected]:manageiq/manageiq.git

cd manageiq

open app/models/manager_refresh/inventory_collection.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ManagerRefresh--InventoryCollection-create_only-for-pr


# Commit to git

git add app/models/manager_refresh/inventory_collection.rbgit commit -m "better docs for ManagerRefresh::InventoryCollection#create_only"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-ManagerRefresh--InventoryCollection-create_only-for-pr

hub pull-request


# Celebrate!