Method: Code42::Org.find_active_by_name
- Defined in:
- lib/code42/org.rb
.find_active_by_name(name, attrs = {}) ⇒ Object
35 36 37 |
# File 'lib/code42/org.rb', line 35 def self.find_active_by_name(name, attrs = {}) client.find_org_by_name(name, attrs.merge(active: true)) end |