Class: Hubba::Orgs
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Hubba::Resource
Instance Method Details
#logins ⇒ Object
52 53 54 55 |
# File 'lib/hubba/github.rb', line 52 def logins ## sort by name data.map { |item| item['login'] }.sort end |