Sha256: 8bd8cac88daab45867cc395cd8db6fceba540351a77c8b5e72498038d1377a9d
Contents?: true
Size: 405 Bytes
Versions: 8
Compression:
Stored size: 405 Bytes
Contents
module Braintree class ConnectedMerchantPayPalStatusChanged include BaseModule attr_reader :action attr_reader :merchant_public_id attr_reader :oauth_application_client_id def initialize(attributes) set_instance_variables_from_hash(attributes) end class << self protected :new def _new(*args) # :nodoc: self.new *args end end end end
Version data entries
8 entries across 8 versions & 1 rubygems