Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
getfitter / lib / get_fitter / models / booking.rb
Size: Mime:
require 'roar/client'

module GetFitter
  class Booking < Base
    include GetFitter::BookingRepresenter

    # Define the source name in the getfitter api
    RESOURCE_NAME = 'bookings'
  end
end