Sha256: 02e3b30d6967f55ebe4fd2983f9c572fde47a8e9c501f50f8baf995c30ccc54c
Contents?: true
Size: 369 Bytes
Versions: 63
Compression:
Stored size: 369 Bytes
Contents
class TestTrack::Remote::AssignmentEvent include TestTrack::RemoteModel collection_path '/api/v1/assignment_event' attributes :visitor_id, :split_name, :unsynced validates :visitor_id, :split_name, :mixpanel_result, presence: true alias unsynced? unsynced def fake_save_response_attributes nil # :no_content is the expected response type end end
Version data entries
63 entries across 63 versions & 1 rubygems