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.



37
38
39
40
41
# File 'lib/silencer_shop.rb', line 37

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

Instance Attribute Details

#proxy_addressObject

Returns the value of attribute proxy_address.



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

def proxy_address
  @proxy_address
end

#proxy_portObject

Returns the value of attribute proxy_port.



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

def proxy_port
  @proxy_port
end

#sandboxObject

Returns the value of attribute sandbox.



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

def sandbox
  @sandbox
end