SGS
Ruby wrapper for sgsstudentbostader.se.
Installation
[sudo] gem install sgs
Usage
Wash
booking = SGS::Wash.new({
username: "username",
password: "secret"
}).bookings.first
booking.group # => "2"
Booking
- group (String) What group was booked?
- start_time (Time) When does it start?
- end_time (Time) When does it end?
- where (String) What studio was booked?
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Requirements
SGS is tested in OS X 10.7.4 using Ruby 1.9.2.
License
SGS is released under the MIT license.