module RevereMobile::Default

Constants

API_ENDPOINT
API_KEY
PASSWORD
QUERY_SIZE
SHORTCODE_ID
USERNAME
USER_AGENT

Public Class Methods

api_endpoint() click to toggle source
# File lib/revere_mobile/default.rb, line 28
def api_endpoint
  API_ENDPOINT
end
api_key() click to toggle source
# File lib/revere_mobile/default.rb, line 24
def api_key
  API_KEY
end
password() click to toggle source
# File lib/revere_mobile/default.rb, line 20
def password
  PASSWORD
end
query_size() click to toggle source
# File lib/revere_mobile/default.rb, line 40
def query_size
  QUERY_SIZE
end
shortcode_id() click to toggle source
# File lib/revere_mobile/default.rb, line 32
def shortcode_id
  SHORTCODE_ID
end
user_agent() click to toggle source
# File lib/revere_mobile/default.rb, line 36
def user_agent
  USER_AGENT
end
username() click to toggle source
# File lib/revere_mobile/default.rb, line 16
def username
  USERNAME
end