urbanairship / ruby-library

A Ruby wrapper for the Urban Airship API.
Other
200 stars 117 forks source link

Namespace cleanup #73

Closed dogweather closed 9 years ago

dogweather commented 9 years ago

Followed the Python library's conventions, and set up Urbanairship as the namespace to contain most of the functions. E.g.:

require 'urbanairship'
UA = Urbanairship
payload = UA.scheduled_time(...)
dogweather commented 9 years ago

Closing without merging – comparing to wrong branch (master instead of api-v3)