Method: DocuSign_eSign::FeatureSet#==

Defined in:
lib/docusign_esign/models/feature_set.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



136
137
138
139
140
141
142
143
144
145
146
147
148
# File 'lib/docusign_esign/models/feature_set.rb', line 136

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      currency_feature_set_prices == o.currency_feature_set_prices &&
      envelope_fee == o.envelope_fee &&
      feature_set_id == o.feature_set_id &&
      fixed_fee == o.fixed_fee &&
      is21_cfr_part11 == o.is21_cfr_part11 &&
      is_active == o.is_active &&
      is_enabled == o.is_enabled &&
      name == o.name &&
      seat_fee == o.seat_fee
end