Sha256: db01654302bb84fa536821fb8341ce00bf90392392cd89f025401e33c6cdbad8
Contents?: true
Size: 250 Bytes
Versions: 17
Compression:
Stored size: 250 Bytes
Contents
class TicketComment def initialize(attributes={}) @attributes = attributes end attr_reader :attributes def user attributes[:user] end def remote_id attributes[:remote_id] end def body attributes[:body] end end
Version data entries
17 entries across 17 versions & 1 rubygems