class Weekdone::Cli::Company

Public Instance Methods

info() click to toggle source
# File lib/weekdone/cli/command_company.rb, line 14
def info
  client = build_client

  info = client.getCompanyInfo
  Credential.write_credential(client.token_hash)
  Output.format(info, format: :json)
end