Repository URL to install this package:
|
Version:
4.0 ▾
|
require 'roar/client'
module GetFitter
class Booking < Base
include GetFitter::BookingRepresenter
# Define the source name in the getfitter api
RESOURCE_NAME = 'bookings'
end
end