Class: Exa::CLI::AccountResolver::Result
- Inherits:
-
Struct
- Object
- Struct
- Exa::CLI::AccountResolver::Result
- Defined in:
- lib/exa/cli/account_resolver.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account
10 11 12 |
# File 'lib/exa/cli/account_resolver.rb', line 10 def account @account end |
#api_key ⇒ Object
Returns the value of attribute api_key
10 11 12 |
# File 'lib/exa/cli/account_resolver.rb', line 10 def api_key @api_key end |
#base_url ⇒ Object
Returns the value of attribute base_url
10 11 12 |
# File 'lib/exa/cli/account_resolver.rb', line 10 def base_url @base_url end |