Sha256: 8ddf8f6252d3e5680c5dcf7aa9766a6255ab5a5438a54e56a5baadaf4fa1f147

Contents?: true

Size: 248 Bytes

Versions: 8

Compression:

Stored size: 248 Bytes

Contents

module BraintreeRails
  class Modifications < SimpleDelegator
    include CollectionAssociation
    not_supported_apis(:build)

    def initialize(parent)
      super(parent.raw_object.send(self.class.name.demodulize.underscore))
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
braintree-rails-1.4.1 lib/braintree_rails/modifications.rb
braintree-rails-1.4.0 lib/braintree_rails/modifications.rb
braintree-rails-1.3.0 lib/braintree_rails/modifications.rb
braintree-rails-1.2.3 lib/braintree_rails/modifications.rb
braintree-rails-1.2.2 lib/braintree_rails/modifications.rb
braintree-rails-1.2.1 lib/braintree_rails/modifications.rb
braintree-rails-1.2.0 lib/braintree_rails/modifications.rb
braintree-rails-1.1.0 lib/braintree_rails/modifications.rb