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