class Braintree::Descriptor

Attributes

name[R]
phone[R]
url[R]

Public Class Methods

new(attributes) click to toggle source
# File lib/braintree/descriptor.rb, line 9
def initialize(attributes)
  set_instance_variables_from_hash attributes unless attributes.nil?
end