Class: PayPal::SDK::ButtonManagerRails::DataTypes::TupleType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::TupleType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
This holds single key-value pair.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3261 3262 3263 3264 3265 3266 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3261 def self.load_members # Key Name.Optional object_of :Key, String, :namespace => :ebl, :required => true # Value for the above key.Optional object_of :Value, String, :namespace => :ebl, :required => true end |