Class: VoipfoneClient::Configuration

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

Overview

A configuration class which contains the attributes we want to set in the module method

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



26
27
28
# File 'lib/voipfone_client.rb', line 26

def initialize

end

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



24
25
26
# File 'lib/voipfone_client.rb', line 24

def password
  @password
end

#user_agent_stringObject

Returns the value of attribute user_agent_string.



24
25
26
# File 'lib/voipfone_client.rb', line 24

def user_agent_string
  @user_agent_string
end

#usernameObject

Returns the value of attribute username.



24
25
26
# File 'lib/voipfone_client.rb', line 24

def username
  @username
end