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

#<, #<=, #<=>, #>, #>=, api_has_permission?, #between?, cache_delete, cache_exist?, cache_key, cache_read, cache_write, can_access_section?, #changed_attributes, configure, get_from_ids, has_access_to_section?, has_permission?, require_ability_to, require_access_to_section, require_permission, require_subscription, #reset_changed_attributes, #to_i, user_has_permission?

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