Class: Recurly::Resources::CustomField
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::CustomField
- Defined in:
- lib/recurly/resources/custom_field.rb
Instance Attribute Summary collapse
-
#name ⇒ String
Fields must be created in the UI before values can be assigned to them.
-
#value ⇒ String
Any values that resemble a credit card number or security code (CVV/CVC) will be rejected.
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#name ⇒ String
Returns Fields must be created in the UI before values can be assigned to them.
11 |
# File 'lib/recurly/resources/custom_field.rb', line 11 define_attribute :name, String |
#value ⇒ String
Returns Any values that resemble a credit card number or security code (CVV/CVC) will be rejected.
15 |
# File 'lib/recurly/resources/custom_field.rb', line 15 define_attribute :value, String |