Method: Procore::Configuration#host
- Defined in:
- lib/procore/configuration.rb
#host ⇒ String
Note:
defaults to Defaults::API_ENDPOINT
Base API host name. Alter this depending on your environment - in a staging or test environment you may want to point this at a sandbox instead of production.
33 34 35 |
# File 'lib/procore/configuration.rb', line 33 def host @host end |