Class: ClickatellApiClient::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



19
20
21
# File 'lib/clickatell_api_client.rb', line 19

def api_key
  @api_key
end

#phone_numberObject

Returns the value of attribute phone_number.



19
20
21
# File 'lib/clickatell_api_client.rb', line 19

def phone_number
  @phone_number
end

#us_api_keyObject

Returns the value of attribute us_api_key.



19
20
21
# File 'lib/clickatell_api_client.rb', line 19

def us_api_key
  @us_api_key
end