Class: Highrise::SubjectData
- Defined in:
- lib/highrise/subject_data.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#==(other) ⇒ Object
3 4 5 6 |
# File 'lib/highrise/subject_data.rb', line 3 def==other attributes["value"] == other.attributes["value"] && attributes["subject_field_label"] == other.attributes["subject_field_label"] end |