Class: Gupshup::Util::Configuration
- Inherits:
-
Object
- Object
- Gupshup::Util::Configuration
- Defined in:
- lib/gupshup-rb/util/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#edge ⇒ Object
Returns the value of attribute edge.
-
#http_client ⇒ Object
Returns the value of attribute http_client.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#region ⇒ Object
Returns the value of attribute region.
-
#src_name ⇒ Object
Returns the value of attribute src_name.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
6 7 8 |
# File 'lib/gupshup-rb/util/configuration.rb', line 6 def api_key @api_key end |
#edge ⇒ Object
Returns the value of attribute edge.
6 7 8 |
# File 'lib/gupshup-rb/util/configuration.rb', line 6 def edge @edge end |
#http_client ⇒ Object
Returns the value of attribute http_client.
6 7 8 |
# File 'lib/gupshup-rb/util/configuration.rb', line 6 def http_client @http_client end |
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/gupshup-rb/util/configuration.rb', line 6 def logger @logger end |
#region ⇒ Object
Returns the value of attribute region.
6 7 8 |
# File 'lib/gupshup-rb/util/configuration.rb', line 6 def region @region end |
#src_name ⇒ Object
Returns the value of attribute src_name.
6 7 8 |
# File 'lib/gupshup-rb/util/configuration.rb', line 6 def src_name @src_name end |