Sha256: f522b9b72f3ebabfc1e82bf47acb9019a2b1b57b799e084a160aaf53fc26ecad
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
module Mavenlink class Attachment < Model include Concerns::Indestructible protected def update raise RecordLockedError, 'The model is locked and cannot be changed' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mavenlink-0.0.1 | lib/mavenlink/attachment.rb |