Class: Avm::EacGithubBase0::Api::Organization

Inherits:
Entity
  • Object
show all
Defined in:
lib/avm/eac_github_base0/api/organization.rb

Instance Method Summary collapse

Methods inherited from Entity

#all_from_list

Instance Method Details

#repositoriesArray<Avm::EacGithubBase0::Api::Repository>



13
14
15
# File 'lib/avm/eac_github_base0/api/organization.rb', line 13

def repositories
  all_from_list(::Avm::EacGithubBase0::Api::Repository, "/orgs/#{id}/repos")
end