ansible_tower_client_ruby
ansible_tower_client_ruby copied to clipboard
Ruby gem for the Ansible Tower REST API
Results
1
ansible_tower_client_ruby issues
Sort by
recently updated
recently updated
newest added
I'm a bit worried about ```ruby def initialize(api, json_or_hash) @api = api raw_hash = json_or_hash.kind_of?(Hash) ? json_or_hash : JSON.parse(json_or_hash) self.class.send(:id_attr, *raw_hash['related'].keys) if raw_hash.key?('related') super(raw_hash) end ``` in [base_model](https://github.com/ansible/ansible_tower_client_ruby/blob/master/lib/ansible_tower_client/base_model.rb#L39 ) introduced...
bug
help wanted
pinned