Class: Cucoo::Config

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

Class Attribute Summary collapse

Class Attribute Details

.app_portObject

Returns the value of attribute app_port.



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

def app_port
  @app_port
end

.stub_hostObject

Returns the value of attribute stub_host.



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

def stub_host
  @stub_host
end

.stub_portObject

Returns the value of attribute stub_port.



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

def stub_port
  @stub_port
end