Class: GOBL::Config
- Inherits:
-
Object
- Object
- GOBL::Config
- Defined in:
- lib/gobl/config.rb
Overview
Provides accessors to the library’s configuration settings
Instance Attribute Summary collapse
-
#service_host ⇒ String
The host of the GOBL CLI service to use by Operations.
-
#service_port ⇒ String, Integer
The port of the GOBL CLI service to use by Operations.
Instance Attribute Details
#service_host ⇒ String
The host of the GOBL CLI service to use by Operations
8 9 10 |
# File 'lib/gobl/config.rb', line 8 def service_host @service_host end |
#service_port ⇒ String, Integer
The port of the GOBL CLI service to use by Operations
12 13 14 |
# File 'lib/gobl/config.rb', line 12 def service_port @service_port end |