Class: SiebelDonations::Donation

Inherits:
Base
  • Object
show all
Defined in:
lib/siebel_donations/donation.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from Base

find, get, #initialize

Constructor Details

This class inherits a constructor from SiebelDonations::Base

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def amount
  @amount
end

#campaign_codeObject (readonly)

Returns the value of attribute campaign_code.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def campaign_code
  @campaign_code
end

#channelObject (readonly)

Returns the value of attribute channel.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def channel
  @channel
end

#designationObject (readonly)

Returns the value of attribute designation.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def designation
  @designation
end

#donation_dateObject (readonly)

Returns the value of attribute donation_date.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def donation_date
  @donation_date
end

#donor_idObject (readonly)

Returns the value of attribute donor_id.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def donor_id
  @donor_id
end

#idObject (readonly)

Returns the value of attribute id.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def id
  @id
end

#payment_methodObject (readonly)

Returns the value of attribute payment_method.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def payment_method
  @payment_method
end

#payment_typeObject (readonly)

Returns the value of attribute payment_type.



6
7
8
# File 'lib/siebel_donations/donation.rb', line 6

def payment_type
  @payment_type
end

Class Method Details

.pathObject



4
# File 'lib/siebel_donations/donation.rb', line 4

def self.path() '/donations'; end