Sha256: f3c6f2f4a727d75c54d3f4779a98203f03b04fe12d17b2efeb77eadb391eb9c3
Contents?: true
Size: 800 Bytes
Versions: 77
Compression:
Stored size: 800 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 Requests class MeasuredUnitCreate < Request # @!attribute description # @return [String] Optional internal description. define_attribute :description, String # @!attribute display_name # @return [String] Display name for the measured unit. define_attribute :display_name, String # @!attribute name # @return [String] Unique internal name of the measured unit on your site. define_attribute :name, String end end end
Version data entries
77 entries across 77 versions & 1 rubygems