Class: Gcloud::Cli::Config
- Inherits:
-
Struct
- Object
- Struct
- Gcloud::Cli::Config
- Defined in:
- lib/gcloud/cli/config_repository.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
5 6 7 |
# File 'lib/gcloud/cli/config_repository.rb', line 5 def api_key @api_key end |
#url ⇒ Object
Returns the value of attribute url
5 6 7 |
# File 'lib/gcloud/cli/config_repository.rb', line 5 def url @url end |