module GP

This class is meant to be the main container that holds all the necessary objects

It contains a service account object that identifies who you are and a REST client object
that makes the REST API calls and store the results of those calls. You must provide your bundle identifies
in order for the application to run effectively. You can choose the default translation language you would like 
by setting the locale

cache_control = Cache Control Object - See cache_control.rb
locale = locale of the translated strings. Default is "" which indicates all locales will be loaded
use_service = parameter to set if user would like to disable/enable service
bundle_id = ID of the bundle that contains the translations
service_account = Service Account Object - See service_account.rb
rest_client = REST Client object - See rest_client.rb

end