Class: Responsys::Configuration
- Inherits:
-
Object
- Object
- Responsys::Configuration
- Defined in:
- lib/responsys/configuration.rb
Instance Attribute Summary collapse
-
#settings ⇒ Object
Returns the value of attribute settings.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
5 6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/responsys/configuration.rb', line 5 def initialize @settings = { username: nil, password: nil, wsdl: "", debug: false, sessions: { size: 80, timeout: 30 } } end |
Instance Attribute Details
#settings ⇒ Object
Returns the value of attribute settings.
3 4 5 |
# File 'lib/responsys/configuration.rb', line 3 def settings @settings end |