class PayPal::SDK::Subscriptions::API

Public Class Methods

new(environment = nil, options = {}) click to toggle source
Calls superclass method
# File lib/paypal-sdk/subscriptions/request_data_type.rb, line 20
def initialize(environment = nil, options = {})
  super("", environment, options)
end
user_agent() click to toggle source
# File lib/paypal-sdk/subscriptions/request_data_type.rb, line 25
def user_agent
  @user_agent ||= "PayPalSDK/PayPal-Subscriptions-Ruby-SDK #{PayPal::SDK::Subscriptions::VERSION} (#{sdk_library_details})"
end