Class: OrangeSmsApi::Configuration
- Inherits:
-
Object
- Object
- OrangeSmsApi::Configuration
- Defined in:
- lib/orange_sms_api/configuration.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#access_token_date ⇒ Object
Returns the value of attribute access_token_date.
-
#authentication_endpoint ⇒ Object
Returns the value of attribute authentication_endpoint.
-
#authorization_header ⇒ Object
Returns the value of attribute authorization_header.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#dev_phone_number ⇒ Object
Returns the value of attribute dev_phone_number.
-
#send_sms_endpoint ⇒ Object
Returns the value of attribute send_sms_endpoint.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
3 4 5 |
# File 'lib/orange_sms_api/configuration.rb', line 3 def access_token @access_token end |
#access_token_date ⇒ Object
Returns the value of attribute access_token_date.
3 4 5 |
# File 'lib/orange_sms_api/configuration.rb', line 3 def access_token_date @access_token_date end |
#authentication_endpoint ⇒ Object
Returns the value of attribute authentication_endpoint.
3 4 5 |
# File 'lib/orange_sms_api/configuration.rb', line 3 def authentication_endpoint @authentication_endpoint end |
#authorization_header ⇒ Object
Returns the value of attribute authorization_header.
3 4 5 |
# File 'lib/orange_sms_api/configuration.rb', line 3 def @authorization_header end |
#base_url ⇒ Object
Returns the value of attribute base_url.
3 4 5 |
# File 'lib/orange_sms_api/configuration.rb', line 3 def base_url @base_url end |
#dev_phone_number ⇒ Object
Returns the value of attribute dev_phone_number.
3 4 5 |
# File 'lib/orange_sms_api/configuration.rb', line 3 def dev_phone_number @dev_phone_number end |
#send_sms_endpoint ⇒ Object
Returns the value of attribute send_sms_endpoint.
3 4 5 |
# File 'lib/orange_sms_api/configuration.rb', line 3 def send_sms_endpoint @send_sms_endpoint end |