Sha256: 64cf3a49c89bb077f01ffa5500bf05a6eaa3667a4db51e776f98fa1ddfc4be35

Contents?: true

Size: 216 Bytes

Versions: 2

Compression:

Stored size: 216 Bytes

Contents

module Highrise
  class SubjectData < Base
    def==other
      attributes["value"] == other.attributes["value"] &&
      attributes["subject_field_label"] == other.attributes["subject_field_label"]
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
highrise-3.2.3 lib/highrise/subject_data.rb
highrise-3.2.1 lib/highrise/subject_data.rb