Class: Hubba::Orgs

Inherits:
Resource show all
Defined in:
lib/hubba/github.rb

Instance Attribute Summary

Attributes inherited from Resource

#data

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Hubba::Resource

Instance Method Details

#loginsObject



52
53
54
55
# File 'lib/hubba/github.rb', line 52

def logins
  ## sort by name
  data.map { |item| item['login'] }.sort
end