Class: Etapper::API::Gift
- Inherits:
-
Object
- Object
- Etapper::API::Gift
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceGift
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
- Etapper::API::ArrayOfAttachment
campaign - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
final - SOAP::SOAPBoolean
fund - SOAP::SOAPString
fundraiser - SOAP::SOAPString
lastModifiedDate - SOAP::SOAPDateTime
letter - SOAP::SOAPString
nonDeductibleAmount - SOAP::SOAPDouble
note - SOAP::SOAPString
offsettingRef - SOAP::SOAPString
orderDetail - Etapper::API::OrderDetail
orderInfo - Etapper::API::OrderInfo
originalAccountName - SOAP::SOAPString
originalAccountRef - SOAP::SOAPString
originalTransactionRef - SOAP::SOAPString
receipt - SOAP::SOAPString
recognitionName - SOAP::SOAPString
recognitionType - SOAP::SOAPInt
ref - SOAP::SOAPString
segmentedTransactionRef - SOAP::SOAPString
softCredit - Etapper::API::SoftCredit
tributeAccountName - SOAP::SOAPString
tributeAccountRef - SOAP::SOAPString
type - SOAP::SOAPInt
valuable - Etapper::API::Valuable
Instance Attribute Summary collapse
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#approach ⇒ Object
Returns the value of attribute approach.
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#definedValues ⇒ Object
Returns the value of attribute definedValues.
-
#final ⇒ Object
Returns the value of attribute final.
-
#fund ⇒ Object
Returns the value of attribute fund.
-
#fundraiser ⇒ Object
Returns the value of attribute fundraiser.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#letter ⇒ Object
Returns the value of attribute letter.
-
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
-
#note ⇒ Object
Returns the value of attribute note.
-
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
-
#orderDetail ⇒ Object
Returns the value of attribute orderDetail.
-
#orderInfo ⇒ Object
Returns the value of attribute orderInfo.
-
#originalAccountName ⇒ Object
Returns the value of attribute originalAccountName.
-
#originalAccountRef ⇒ Object
Returns the value of attribute originalAccountRef.
-
#originalTransactionRef ⇒ Object
Returns the value of attribute originalTransactionRef.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
-
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#segmentedTransactionRef ⇒ Object
Returns the value of attribute segmentedTransactionRef.
-
#softCredit ⇒ Object
Returns the value of attribute softCredit.
-
#tributeAccountName ⇒ Object
Returns the value of attribute tributeAccountName.
-
#tributeAccountRef ⇒ Object
Returns the value of attribute tributeAccountRef.
-
#type ⇒ Object
Returns the value of attribute type.
-
#valuable ⇒ Object
Returns the value of attribute valuable.
Instance Method Summary collapse
Constructor Details
#initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, orderDetail = nil, orderInfo = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil, valuable = nil) ⇒ Gift
Returns a new instance of Gift.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 |
# File 'lib/etapper/api/service.rb', line 226 def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, orderDetail = nil, orderInfo = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil, valuable = nil) @accountName = accountName @accountRef = accountRef @amount = amount @approach = approach @attachments = @campaign = campaign @createdDate = createdDate @date = date @definedValues = definedValues @final = final @fund = fund @fundraiser = fundraiser @lastModifiedDate = lastModifiedDate @letter = letter @nonDeductibleAmount = nonDeductibleAmount @note = note @offsettingRef = offsettingRef @orderDetail = orderDetail @orderInfo = orderInfo @originalAccountName = originalAccountName @originalAccountRef = originalAccountRef @originalTransactionRef = originalTransactionRef @receipt = receipt @recognitionName = recognitionName @recognitionType = recognitionType @ref = ref @segmentedTransactionRef = segmentedTransactionRef @softCredit = softCredit @tributeAccountName = tributeAccountName @tributeAccountRef = tributeAccountRef @type = type @valuable = valuable end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
193 194 195 |
# File 'lib/etapper/api/service.rb', line 193 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
194 195 196 |
# File 'lib/etapper/api/service.rb', line 194 def accountRef @accountRef end |
#amount ⇒ Object
Returns the value of attribute amount.
195 196 197 |
# File 'lib/etapper/api/service.rb', line 195 def amount @amount end |
#approach ⇒ Object
Returns the value of attribute approach.
196 197 198 |
# File 'lib/etapper/api/service.rb', line 196 def approach @approach end |
#attachments ⇒ Object
Returns the value of attribute attachments.
197 198 199 |
# File 'lib/etapper/api/service.rb', line 197 def @attachments end |
#campaign ⇒ Object
Returns the value of attribute campaign.
198 199 200 |
# File 'lib/etapper/api/service.rb', line 198 def campaign @campaign end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
199 200 201 |
# File 'lib/etapper/api/service.rb', line 199 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
200 201 202 |
# File 'lib/etapper/api/service.rb', line 200 def date @date end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
201 202 203 |
# File 'lib/etapper/api/service.rb', line 201 def definedValues @definedValues end |
#final ⇒ Object
Returns the value of attribute final.
202 203 204 |
# File 'lib/etapper/api/service.rb', line 202 def final @final end |
#fund ⇒ Object
Returns the value of attribute fund.
203 204 205 |
# File 'lib/etapper/api/service.rb', line 203 def fund @fund end |
#fundraiser ⇒ Object
Returns the value of attribute fundraiser.
204 205 206 |
# File 'lib/etapper/api/service.rb', line 204 def fundraiser @fundraiser end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
205 206 207 |
# File 'lib/etapper/api/service.rb', line 205 def lastModifiedDate @lastModifiedDate end |
#letter ⇒ Object
Returns the value of attribute letter.
206 207 208 |
# File 'lib/etapper/api/service.rb', line 206 def letter @letter end |
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
207 208 209 |
# File 'lib/etapper/api/service.rb', line 207 def nonDeductibleAmount @nonDeductibleAmount end |
#note ⇒ Object
Returns the value of attribute note.
208 209 210 |
# File 'lib/etapper/api/service.rb', line 208 def note @note end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
209 210 211 |
# File 'lib/etapper/api/service.rb', line 209 def offsettingRef @offsettingRef end |
#orderDetail ⇒ Object
Returns the value of attribute orderDetail.
210 211 212 |
# File 'lib/etapper/api/service.rb', line 210 def orderDetail @orderDetail end |
#orderInfo ⇒ Object
Returns the value of attribute orderInfo.
211 212 213 |
# File 'lib/etapper/api/service.rb', line 211 def orderInfo @orderInfo end |
#originalAccountName ⇒ Object
Returns the value of attribute originalAccountName.
212 213 214 |
# File 'lib/etapper/api/service.rb', line 212 def originalAccountName @originalAccountName end |
#originalAccountRef ⇒ Object
Returns the value of attribute originalAccountRef.
213 214 215 |
# File 'lib/etapper/api/service.rb', line 213 def originalAccountRef @originalAccountRef end |
#originalTransactionRef ⇒ Object
Returns the value of attribute originalTransactionRef.
214 215 216 |
# File 'lib/etapper/api/service.rb', line 214 def originalTransactionRef @originalTransactionRef end |
#receipt ⇒ Object
Returns the value of attribute receipt.
215 216 217 |
# File 'lib/etapper/api/service.rb', line 215 def receipt @receipt end |
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
216 217 218 |
# File 'lib/etapper/api/service.rb', line 216 def recognitionName @recognitionName end |
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
217 218 219 |
# File 'lib/etapper/api/service.rb', line 217 def recognitionType @recognitionType end |
#ref ⇒ Object
Returns the value of attribute ref.
218 219 220 |
# File 'lib/etapper/api/service.rb', line 218 def ref @ref end |
#segmentedTransactionRef ⇒ Object
Returns the value of attribute segmentedTransactionRef.
219 220 221 |
# File 'lib/etapper/api/service.rb', line 219 def segmentedTransactionRef @segmentedTransactionRef end |
#softCredit ⇒ Object
Returns the value of attribute softCredit.
220 221 222 |
# File 'lib/etapper/api/service.rb', line 220 def softCredit @softCredit end |
#tributeAccountName ⇒ Object
Returns the value of attribute tributeAccountName.
221 222 223 |
# File 'lib/etapper/api/service.rb', line 221 def tributeAccountName @tributeAccountName end |
#tributeAccountRef ⇒ Object
Returns the value of attribute tributeAccountRef.
222 223 224 |
# File 'lib/etapper/api/service.rb', line 222 def tributeAccountRef @tributeAccountRef end |
#type ⇒ Object
Returns the value of attribute type.
223 224 225 |
# File 'lib/etapper/api/service.rb', line 223 def type @type end |
#valuable ⇒ Object
Returns the value of attribute valuable.
224 225 226 |
# File 'lib/etapper/api/service.rb', line 224 def valuable @valuable end |