Sha256: 17a5f53cc712bc67af3b3a8669b954e7b83557945686288c2d459c2b88aac9f1
Contents?: true
Size: 457 Bytes
Versions: 21
Compression:
Stored size: 457 Bytes
Contents
module Braintree class ConnectedMerchantPayPalStatusChanged include BaseModule attr_reader :action attr_reader :merchant_public_id attr_reader :oauth_application_client_id alias_method :merchant_id, :merchant_public_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
21 entries across 21 versions & 1 rubygems