class Equipment
          attr_reader :id

          def initialize(attributes)
            @id = attributes['id']