Sha256: 8721463a0f24525cbebf007a3bb08034234f7a2038315e3194d238838921fc42
Contents?: true
Size: 271 Bytes
Versions: 2
Compression:
Stored size: 271 Bytes
Contents
require 'active_resource' require_relative 'collections/base' module RedmineRest module Models # # attachments model # class Attachment < ActiveResource::Base self.format = :xml self.collection_parser = Collections::Base end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redmine_rest-0.8.0 | lib/redmine_rest/models/attachment.rb |
redmine_rest-0.7.0 | lib/redmine_rest/models/attachment.rb |