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.
-
#sandbox ⇒ Object
Returns the value of attribute sandbox.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_address ⇒ Object
Returns the value of attribute proxy_address.
35 36 37 |
# File 'lib/silencer_shop.rb', line 35 def proxy_address @proxy_address end |
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
35 36 37 |
# File 'lib/silencer_shop.rb', line 35 def proxy_port @proxy_port end |
#sandbox ⇒ Object
Returns the value of attribute sandbox.
35 36 37 |
# File 'lib/silencer_shop.rb', line 35 def sandbox @sandbox end |