Class: PayPal::AdaptivePayments::FundingTypeInfo
- Inherits:
-
Object
- Object
- PayPal::AdaptivePayments::FundingTypeInfo
- Includes:
- Common::Base
- Defined in:
- lib/paypal/adaptive_payments/funding_type_info.rb
Instance Attribute Summary collapse
-
#funding_type ⇒ Object
Returns the value of attribute funding_type.
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
#funding_type ⇒ Object
Returns the value of attribute funding_type.
5 6 7 |
# File 'lib/paypal/adaptive_payments/funding_type_info.rb', line 5 def funding_type @funding_type end |