module Octonaut::Printers::Users

Constants

USER_FIELDS

Public Instance Methods

ls_users(users, options = {}) click to toggle source
# File lib/octonaut/printers/users.rb, line 36
def ls_users(users, options = {})
  users.each {|u| puts u.login }
end
print_csv_users(users, options = {}) click to toggle source
print_user_table(user, options = {}) click to toggle source
print_users(users, options = {}) click to toggle source