Class: Gupshup::Util::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/gupshup-rb/util/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

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

#edgeObject

Returns the value of attribute edge.



6
7
8
# File 'lib/gupshup-rb/util/configuration.rb', line 6

def edge
  @edge
end

#http_clientObject

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

#loggerObject

Returns the value of attribute logger.



6
7
8
# File 'lib/gupshup-rb/util/configuration.rb', line 6

def logger
  @logger
end

#regionObject

Returns the value of attribute region.



6
7
8
# File 'lib/gupshup-rb/util/configuration.rb', line 6

def region
  @region
end

#src_nameObject

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