class SBF::Client::Donation::EmployerMatching
Attributes
employer[RW]
is_match[RW]
matched_donation_id[RW]
Public Instance Methods
matched_donation_id=(value)
click to toggle source
# File lib/stbaldricks/entities/donation.rb, line 30 def matched_donation_id=(value) matched_donation_id_will_change! @matched_donation_id = value.to_i end