Class: TerraformEnterprise::Commands::OAuthTokensCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/terraform-enterprise/commands/oauth_tokens_command.rb

Instance Method Summary collapse

Instance Method Details

#listObject



11
12
13
# File 'lib/terraform-enterprise/commands/oauth_tokens_command.rb', line 11

def list
  render client.oauth_tokens.list(options)
end