Class: OrangeSmsApi::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

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_dateObject

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_endpointObject

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_headerObject

Returns the value of attribute authorization_header.



3
4
5
# File 'lib/orange_sms_api/configuration.rb', line 3

def authorization_header
  @authorization_header
end

#base_urlObject

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_numberObject

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_endpointObject

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