Class: Hubba::Github::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::Github::Resource
Instance Method Details
#logins ⇒ Object Also known as: names
24 25 26 27 |
# File 'lib/hubba/github.rb', line 24 def logins ## sort by name data.map { |item| item['login'] }.sort end |