# File lib/lighthouse/ticket.rb, line 31
    def id
      attributes['number'] ||= nil
      number
    end