Class: DashX::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/dashx/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_uriObject

Returns the value of attribute base_uri.



3
4
5
# File 'lib/dashx/config.rb', line 3

def base_uri
  @base_uri
end

#private_keyObject

Returns the value of attribute private_key.



5
6
7
# File 'lib/dashx/config.rb', line 5

def private_key
  @private_key
end

#public_keyObject

Returns the value of attribute public_key.



4
5
6
# File 'lib/dashx/config.rb', line 4

def public_key
  @public_key
end

#target_environmentObject

Returns the value of attribute target_environment.



7
8
9
# File 'lib/dashx/config.rb', line 7

def target_environment
  @target_environment
end

#target_installationObject

Returns the value of attribute target_installation.



6
7
8
# File 'lib/dashx/config.rb', line 6

def target_installation
  @target_installation
end