Class: Avm::EacGithubBase0::Api::Root

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

Instance Method Summary collapse

Methods inherited from Entity

#all_from_list

Instance Method Details

#organization(id) ⇒ Avm::EacGithubBase0::Api::Organization

Parameters:

  • id (String)

Returns:



14
15
16
# File 'lib/avm/eac_github_base0/api/root.rb', line 14

def organization(id)
  child_entity(::Avm::EacGithubBase0::Api::Organization, id)
end