Class: Kave::Configuration
- Inherits:
-
Object
- Object
- Kave::Configuration
- Defined in:
- lib/kave.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#password ⇒ Object
Returns the value of attribute password.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#username ⇒ Object
Returns the value of attribute username.
-
#wsdl ⇒ Object
Returns the value of attribute wsdl.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
18 19 |
# File 'lib/kave.rb', line 18 def initialize end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
16 17 18 |
# File 'lib/kave.rb', line 16 def api_key @api_key end |
#password ⇒ Object
Returns the value of attribute password.
16 17 18 |
# File 'lib/kave.rb', line 16 def password @password end |
#sender ⇒ Object
Returns the value of attribute sender.
16 17 18 |
# File 'lib/kave.rb', line 16 def sender @sender end |
#username ⇒ Object
Returns the value of attribute username.
16 17 18 |
# File 'lib/kave.rb', line 16 def username @username end |
#wsdl ⇒ Object
Returns the value of attribute wsdl.
16 17 18 |
# File 'lib/kave.rb', line 16 def wsdl @wsdl end |