Class: Recurly::Requests::MeasuredUnitCreate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::MeasuredUnitCreate
- Defined in:
- lib/recurly/requests/measured_unit_create.rb
Instance Attribute Summary collapse
-
#description ⇒ String
Optional internal description.
-
#display_name ⇒ String
Display name for the measured unit.
-
#name ⇒ String
Unique internal name of the measured unit on your site.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#description ⇒ String
Returns Optional internal description.
11 |
# File 'lib/recurly/requests/measured_unit_create.rb', line 11 define_attribute :description, String |
#display_name ⇒ String
Returns Display name for the measured unit.
15 |
# File 'lib/recurly/requests/measured_unit_create.rb', line 15 define_attribute :display_name, String |
#name ⇒ String
Returns Unique internal name of the measured unit on your site.
19 |
# File 'lib/recurly/requests/measured_unit_create.rb', line 19 define_attribute :name, String |