Class: Gcloud::Cli::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/gcloud/cli/config_repository.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



5
6
7
# File 'lib/gcloud/cli/config_repository.rb', line 5

def api_key
  @api_key
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



5
6
7
# File 'lib/gcloud/cli/config_repository.rb', line 5

def url
  @url
end