Class: Hubba::Github::Repos

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::Github::Resource

Instance Method Details

#namesObject



17
18
19
20
# File 'lib/hubba/github.rb', line 17

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