Class: GOBL::Config

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

Overview

Provides accessors to the library’s configuration settings

Instance Attribute Summary collapse

Instance Attribute Details

#service_hostString

The host of the GOBL CLI service to use by Operations

Returns:

  • (String)

    the backend service’s host



8
9
10
# File 'lib/gobl/config.rb', line 8

def service_host
  @service_host
end

#service_portString, Integer

The port of the GOBL CLI service to use by Operations

Returns:

  • (String, Integer)

    the backend service’s port



12
13
14
# File 'lib/gobl/config.rb', line 12

def service_port
  @service_port
end