Sha256: 4233b30b761b29c9c7ea7cefc50d78c177f2cce6e75fe59e145e70f9a0a4d884

Contents?: true

Size: 249 Bytes

Versions: 10

Compression:

Stored size: 249 Bytes

Contents

module Braintree
  class Descriptor
    include BaseModule

    attr_reader :name
    attr_reader :phone
    attr_reader :url

    def initialize(attributes)
      set_instance_variables_from_hash attributes unless attributes.nil?
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
braintree-4.25.0 lib/braintree/descriptor.rb
braintree-4.24.0 lib/braintree/descriptor.rb
braintree-4.23.0 lib/braintree/descriptor.rb
braintree-4.22.0 lib/braintree/descriptor.rb
braintree-4.21.0 lib/braintree/descriptor.rb
braintree-4.20.0 lib/braintree/descriptor.rb
braintree-4.19.0 lib/braintree/descriptor.rb
braintree-4.18.0 lib/braintree/descriptor.rb
braintree-4.17.0 lib/braintree/descriptor.rb
braintree-4.16.0 lib/braintree/descriptor.rb