Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
braintree / dispute_details / evidence.py
Size: Mime:
from braintree.attribute_getter import AttributeGetter

class DisputeEvidence(AttributeGetter):
    def __init__(self, attributes):
        attributes["tag"] = attributes.get("category")
        AttributeGetter.__init__(self, attributes)