Class: Veeqo::Config

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/veeqo/config.rb

Constant Summary collapse

DEFAULTS =
{
  base_url: 'https://api.veeqo.com'
}.freeze

Instance Method Summary collapse

Instance Method Details

#api_urlObject



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

def api_url
  DEFAULTS[:base_url]
end