Class: SilencerShop::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



33
34
35
36
# File 'lib/silencer_shop.rb', line 33

def initialize
  @proxy_address ||= nil
  @proxy_port    ||= nil
end

Instance Attribute Details

#proxy_addressObject

Returns the value of attribute proxy_address.



30
31
32
# File 'lib/silencer_shop.rb', line 30

def proxy_address
  @proxy_address
end

#proxy_portObject

Returns the value of attribute proxy_port.



31
32
33
# File 'lib/silencer_shop.rb', line 31

def proxy_port
  @proxy_port
end