Class: Avmtrf1::Tools::Runner::Msgraph::JoinedTeams

Inherits:
Object
  • Object
show all
Defined in:
lib/avmtrf1/tools/runner/msgraph/joined_teams.rb

Constant Summary collapse

LIST_COLUMNS =
%w[id display_name].freeze

Instance Method Summary collapse

Instance Method Details

#list_columnsObject



22
23
24
# File 'lib/avmtrf1/tools/runner/msgraph/joined_teams.rb', line 22

def list_columns
  LIST_COLUMNS
end

#list_rowsObject



26
27
28
# File 'lib/avmtrf1/tools/runner/msgraph/joined_teams.rb', line 26

def list_rows
  teams
end

#runObject



17
18
19
20
# File 'lib/avmtrf1/tools/runner/msgraph/joined_teams.rb', line 17

def run
  infov 'Found', teams.count
  run_output
end