Class: TerraformEnterprise::Commands::OAuthTokensCommand
- Defined in:
- lib/terraform-enterprise/commands/oauth_tokens_command.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
11 12 13 |
# File 'lib/terraform-enterprise/commands/oauth_tokens_command.rb', line 11 def list render client.oauth_tokens.list() end |