Class: ResponsysApi::Configuration
- Inherits:
-
Object
- Object
- ResponsysApi::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
Put all these constants into a configurable setting hash.
Constructor Details
#initialize ⇒ Configuration
Put all these constants into a configurable setting hash
6 7 8 9 10 11 12 |
# File 'lib/responsys/configuration.rb', line 6 def initialize @settings = { username: nil, password: nil, wsdl: "" } 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 |