Class: VoipfoneClient::Configuration
- Inherits:
-
Object
- Object
- VoipfoneClient::Configuration
- 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
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_agent_string ⇒ Object
Returns the value of attribute user_agent_string.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
26 27 28 |
# File 'lib/voipfone_client.rb', line 26 def initialize end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
24 25 26 |
# File 'lib/voipfone_client.rb', line 24 def password @password end |
#user_agent_string ⇒ Object
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 |
#username ⇒ Object
Returns the value of attribute username.
24 25 26 |
# File 'lib/voipfone_client.rb', line 24 def username @username end |