Class: SilencerShop::Configuration
- Inherits:
-
Object
- Object
- SilencerShop::Configuration
- Defined in:
- lib/silencer_shop.rb
Instance Attribute Summary collapse
-
#proxy_address ⇒ Object
Returns the value of attribute proxy_address.
-
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_address ⇒ Object
Returns the value of attribute proxy_address.
30 31 32 |
# File 'lib/silencer_shop.rb', line 30 def proxy_address @proxy_address end |
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
31 32 33 |
# File 'lib/silencer_shop.rb', line 31 def proxy_port @proxy_port end |