Class: Kave::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/kave.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



18
19
# File 'lib/kave.rb', line 18

def initialize
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



16
17
18
# File 'lib/kave.rb', line 16

def api_key
  @api_key
end

#passwordObject

Returns the value of attribute password.



16
17
18
# File 'lib/kave.rb', line 16

def password
  @password
end

#senderObject

Returns the value of attribute sender.



16
17
18
# File 'lib/kave.rb', line 16

def sender
  @sender
end

#usernameObject

Returns the value of attribute username.



16
17
18
# File 'lib/kave.rb', line 16

def username
  @username
end

#wsdlObject

Returns the value of attribute wsdl.



16
17
18
# File 'lib/kave.rb', line 16

def wsdl
  @wsdl
end