Class: PayPal::AdaptivePayments::SenderOptions
- Inherits:
-
Object
- Object
- PayPal::AdaptivePayments::SenderOptions
- Includes:
- Common::Base
- Defined in:
- lib/paypal/adaptive_payments/sender_options.rb
Instance Attribute Summary collapse
-
#referrer_code ⇒ Object
Returns the value of attribute referrer_code.
-
#require_shipping_address_selection ⇒ Object
Returns the value of attribute require_shipping_address_selection.
Method Summary
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#referrer_code ⇒ Object
Returns the value of attribute referrer_code.
6 7 8 |
# File 'lib/paypal/adaptive_payments/sender_options.rb', line 6 def referrer_code @referrer_code end |
#require_shipping_address_selection ⇒ Object
Returns the value of attribute require_shipping_address_selection.
5 6 7 |
# File 'lib/paypal/adaptive_payments/sender_options.rb', line 5 def require_shipping_address_selection @require_shipping_address_selection end |