Sha256: cd36cf076f8f326062b8586350d92da8e75ea85f5d9827415706f5693f2c5e82
Contents?: true
Size: 324 Bytes
Versions: 34
Compression:
Stored size: 324 Bytes
Contents
module Braintree class ApplePayOptions include BaseModule # :nodoc: attr_reader :domains def initialize(attributes) # :nodoc: set_instance_variables_from_hash(attributes) end class << self protected :new end def self._new(*args) # :nodoc: self.new *args end end end
Version data entries
34 entries across 34 versions & 1 rubygems