Class: PayPal::Invoice::Base
- Inherits:
-
Object
- Object
- PayPal::Invoice::Base
- Includes:
- Common::Base
- Defined in:
- lib/paypal/invoice/base.rb
Direct Known Subclasses
BaseAddress, BusinessInfo, DateRange, Invoice, InvoiceDetails, InvoiceItem, InvoiceItemList, InvoiceSummary, InvoiceSummaryList, OtherPaymentDetails, PayPalPaymentDetails, PaymentDetails, Search, SearchParameters
Instance Attribute Summary collapse
-
#request_envelope ⇒ Object
Returns the value of attribute request_envelope.
Instance Method Summary collapse
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #to_hash, #to_json, #underscore
Instance Attribute Details
#request_envelope ⇒ Object
Returns the value of attribute request_envelope.
5 6 7 |
# File 'lib/paypal/invoice/base.rb', line 5 def request_envelope @request_envelope end |
Instance Method Details
#request ⇒ Object
7 8 9 |
# File 'lib/paypal/invoice/base.rb', line 7 def request PayPal::Invoice::Request.new end |