Sha256: d7638d476a5c2a526ab6a2c2c50f52089ff9bddaf5bd039cbd2f64416ced1763
Contents?: true
Size: 717 Bytes
Versions: 96
Compression:
Stored size: 717 Bytes
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Resources class CustomField < Resource # @!attribute name # @return [String] Fields must be created in the UI before values can be assigned to them. define_attribute :name, String # @!attribute value # @return [String] Any values that resemble a credit card number or security code (CVV/CVC) will be rejected. define_attribute :value, String end end end
Version data entries
96 entries across 96 versions & 1 rubygems