Class: Hubba::Orgs
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
- #logins ⇒ Object (also: #names)
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Hubba::Resource
Instance Method Details
#logins ⇒ Object Also known as: names
19 20 21 22 |
# File 'lib/hubba/github.rb', line 19 def logins ## sort by name data.map { |item| item['login'] }.sort end |