Class: Osm::GiftAid::Donation

Inherits:
Model
  • Object
show all
Defined in:
lib/osm/giftaid.rb

Constant Summary collapse

SORT_BY =
[:donation_date]

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#<, #<=, #<=>, #>, #>=, #between?, #changed_attributes, configure, #reset_changed_attributes, #to_i

Instance Attribute Details

#donation_dateDate

Returns When the payment was made.

Returns:

  • (Date)

    When the payment was made



142
# File 'lib/osm/giftaid.rb', line 142

attribute :donation_date, :type => Date