Sha256: 7420f9019b6471925b51f18d50a9291f7958cce6a11efba07e95ff51065f77c8
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
module FubClient class Event < Resource attributes :created, :updated, :person_id, :message, :description, :note_id, :source, :type, :property belongs_to :person end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fub_client-0.1.1 | lib/fub_client/event.rb |